verify_source_map {sketch} | R Documentation |
Verify a source map
verify_source_map(ast, src_map)
ast |
The compiled AST. The JavaScript AST compiled from the R AST. |
src_map |
The source map. The output from 'source_map'. |
A data frame; a source map table expanded by the 'pass_test' column.
This feature is experimental.