@eagleoutice/flowr - v2.15.8
Preparing search index...
src/r-bridge/lang-4.x/ast/parser/json/parser
normalize
Function normalize
normalize
(
parsed
:
ParseStepOutput
<
string
>
,
getId
?:
IdGenerator
<
object
>
,
)
:
NormalizedAst
Take the output as produced by the parse step and normalize the AST from the R parser.
Parameters
parsed
:
ParseStepOutput
<
string
>
getId
:
IdGenerator
<
object
>
= ...
Returns
NormalizedAst
See
normalizeButNotDecorated
- for a version that does not decorate the AST
normalizeTreeSitter
- for a version that normalizes the AST from the TreeSitter parser
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.15.8
Loading...
Take the output as produced by the parse step and normalize the AST from the R parser.