Module input

Module input 

Source
Available on crate features __ecma and __parser only.

Structs§

Buffer
This struct is responsible for managing current token and peeked token.

Traits§

Tokens
Clone should be cheap if you are parsing typescript because typescript syntax requires backtracking.