oxc/crates/oxc_parser/src/lexer
2023-06-06 12:46:13 +08:00
..
constants.rs refactor(syntax): move identifier related code from lexer to syntax 2023-05-27 11:00:02 +08:00
kind.rs feat(parser): distinguish exponential number (#399) 2023-06-01 15:15:22 +08:00
mod.rs refactor(minifier): reduce and clean match checks (#406) 2023-06-06 12:46:13 +08:00
number.rs feat(parser): add lexer 2023-02-11 02:29:54 -08:00
simd.rs refactor(lexer): avoid copying of self in SIMD functions (#104) 2023-03-03 21:46:55 -08:00
string_builder.rs chore: remove some unused code 2023-04-17 23:25:57 +08:00
token.rs refactor(index): use static_assertions 2023-05-24 22:53:11 +08:00
trivia_builder.rs feat: add oxc_span crate (#323) 2023-04-27 21:51:15 +08:00