verify_source_map: Verify a source map

View source: R/ext-source_map.R

verify_source_mapR Documentation

Verify a source map

Description

Verify a source map

Usage

verify_source_map(ast, src_map)

Arguments

ast

The compiled AST. The JavaScript AST compiled from the R AST.

src_map

The source map. The output from 'source_map'.

Value

A data frame; a source map table expanded by the 'pass_test' column.

Note

This feature is experimental.


sketch documentation built on Oct. 23, 2022, 5:07 p.m.