verify_source_map: Verify a source map
Description
Verify a source map
Usage
verify_source_map(ast, src_map)
Value
A data frame; a source map table expanded by the 'pass_test' column.
Arguments
- ast
The compiled AST. The JavaScript AST compiled from the R AST.
- src_map
The source map. The output from `source_map`.