Const
Readonly
dependencies: readonly []Readonly
description: "Parse the given R code into an AST"Readonly
executed: OncePerFileReadonly
humanReadonly
name: "parse"Readonly
printer: { Readonly
0: (<Input>(input: Input) => Input)Readonly
2: { Converts a JavaScript value to a JavaScript Object Notation (JSON) string.
A JavaScript value, usually an object or array, to be converted.
Optional
replacer: ((this: any, key: string, value: any) => any)A function that transforms the results.
Optional
space: string | numberAdds indentation, white space, and line break characters to the return-value JSON text to make it easier to read.
Converts a JavaScript value to a JavaScript Object Notation (JSON) string.
A JavaScript value, usually an object or array, to be converted.
Optional
replacer: null | (string | number)[]An array of strings and numbers that acts as an approved list for selecting the object properties that will be stringified.
Optional
space: string | numberAdds indentation, white space, and line break characters to the return-value JSON text to make it easier to read.
Readonly
5: ((__namedParameters: ParseStepOutput, config: QuadSerializationConfiguration) => string)Readonly
required
Helper function to support the Internal format, as it is simply returning the input.