oxc/crates/oxc_parser/src
2024-04-29 18:54:35 +08:00
..
js refactor(syntax): move number related functions to number module (#3130) 2024-04-29 18:54:35 +08:00
jsx refactor(ast): squash nested enums (#3115) 2024-04-28 20:40:37 +08:00
lexer chore: cleanup the dependencies on static_assertions and oxc_index. (#3095) 2024-04-25 16:56:23 +08:00
ts refactor(ast): squash nested enums (#3115) 2024-04-28 20:40:37 +08:00
context.rs feat(parser): parse decorators properly (#2603) 2024-03-04 19:30:41 +08:00
cursor.rs chore: guard against unsafe code as much as possible. 2024-04-03 19:35:07 +08:00
diagnostics.rs fix(ast): parse rest parameter with the correct optional and type annotation syntax (#2686) 2024-03-12 15:47:22 +08:00
lib.rs fix(parser): add support for empty module declaration (#2834) 2024-03-27 13:48:03 +08:00
list.rs refactor(parser): wrapper type for parser (#2339) 2024-02-07 23:22:08 +08:00
state.rs