Expand description
§swc_ecma_lexer
This crate provides a lexer for ECMAScript and TypeScript. It can ensure these tokens are correctly parsed.
Re-exports§
pub use self::input::Capturing;pub use self::lexer::Lexer;pub use self::lexer::TokenContext;pub use self::lexer::TokenContexts;pub use self::lexer::TokenType;
Modules§
Macros§
Structs§
- EsSyntax
- Parser
- EcmaScript parser.
- String
Input - Implementation of [Input].
- Syntax
Flags - TsSyntax