Expand description

Runtime, parsers (NodejsParser, EsprimaParser) [std-only!]

Structs

EsprimaParser is an experimental parser that runs Esprima in sljs

Not-really-a-Parser implementation that just deserializes a JSON ESTree.

NodejsParser runs Esprima in an external nodejs process, consumes JSON AST.

The sljs JavaScript runtime.

Enums

Traits

Describes anything that can parse JS code.

Type Definitions