oxc/crates/oxc_parser/src
2023-06-08 22:26:35 +08:00
..
js feat(parser): parse const type parameter from TypeScript v5.0 (#416) 2023-06-08 22:26:35 +08:00
jsx chore(rustfmt): run cargo fmt 2023-05-21 11:52:26 +08:00
lexer refactor(minifier): reduce and clean match checks (#406) 2023-06-06 12:46:13 +08:00
ts feat(parser): parse const type parameter from TypeScript v5.0 (#416) 2023-06-08 22:26:35 +08:00
context.rs chore: remove all #[must_use] 2023-05-11 21:08:00 +08:00
cursor.rs chore(rustfmt): run cargo fmt 2023-05-21 11:52:26 +08:00
diagnostics.rs refactor(ast): remove RestElement from BindingPattern 2023-05-16 22:25:52 +08:00
lib.rs chore(typo): expect -> except (#415) 2023-06-08 14:28:29 +08:00
list.rs fix(parser): fix crashing on empty ParenthesizedExpression with comments (#263) 2023-04-06 17:16:15 +08:00
state.rs refactor(ast): change Option<Vec> to Vec for decorators (#84) 2023-03-02 15:52:46 +08:00