Learn R Programming

sketch (version 1.1.20.3)

source_map: Convert a compiled AST into a source map

Description

Convert a compiled AST into a source map

Usage

source_map(ast)

Value

A (list of) source map.

Arguments

ast

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