Skip to main content

Module lexer

Module lexer 

Source
Expand description

Lexer for TypeScript.

§Typescript Lexer

This module provides typescript lexer functionality for the Oaks project.

Re-exports§

pub use self::token_type::TypeScriptTokenType;

Modules§

token_type
Token types for the TypeScript language.

Structs§

TypeScriptLexer
Lexer for the TypeScript language.