[][src]Module binjs::source

Parsing source JavaScript. Source-level operations.

Reading a JavaScript text source file into an AST.

Re-exports

pub use self::shift::Shift;

Modules

shift

Parsing JavaScript using the Shift source parser (in Node). Read the data through a call to the Shift parser

Traits

SourceParser

A source that can parse files to ASTs.