Function to encode the AST or a part of it with a custom encoder.
function which allows the conversion of the AST into another type.
a Walker or AST instance. If not provided the parsed AST is used.
output of the encoder.
Generated using TypeDoc
Function to encode the AST or a part of it with a custom encoder.