oxc/crates/oxc_parser/src
overlookmotel 942b2ba084
refactor(ast): add array element Elision type (#3074)
Pure refactor. This change does nothing except makes it more consistent
with other types which are also just a wrapper around `Span` e.g.
`NullLiteral` and `TSThisType`.
2024-04-23 02:05:11 +08:00
..
js refactor(ast): add array element Elision type (#3074) 2024-04-23 02:05:11 +08:00
jsx perf(ast): box enum variants (#3058) 2024-04-22 09:09:30 +08:00
lexer fix(parser): fix comment typos (#3036) 2024-04-20 13:13:25 +03:30
ts perf(ast): box typescript enum variants. (#3065) 2024-04-22 09:54:53 +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 refactor(ast): change Option<Vec> to Vec for decorators (#84) 2023-03-02 15:52:46 +08:00