verify_source_map {sketch} | R 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.
[Package sketch version 1.1.20.3 Index]