source_map {sketch} | R Documentation |
Convert a compiled AST into a source map
Description
Convert a compiled AST into a source map
Usage
source_map(ast)
Arguments
ast |
The compiled AST. The JavaScript AST compiled from the R AST. |
Value
A (list of) source map.
Note
This feature is experimental.
[Package sketch version 1.1.20.3 Index]