oxc/crates/oxc_parser/src
Boshen 55b2f031df
feat(minifier): partially re-enable minifier (#963)
closes #949
closes #950
closes #951

All minifier tests are disable from this PR.

We are going to fix the compilation errors first, then the behavioral
errors.
2023-10-08 11:06:42 +08:00
..
js feat(minifier): partially re-enable minifier (#963) 2023-10-08 11:06:42 +08:00
jsx chore(rustfmt): run cargo fmt 2023-05-21 11:52:26 +08:00
lexer feat(parser): TypeScript 5.2 (#811) 2023-10-05 12:52:14 +13:00
ts fix: ts parsing error (#940) 2023-09-29 22:02:56 +13:00
context.rs chore: reformat 2023-07-27 13:11:46 +08:00
cursor.rs fix(parser): fix re_lex_jsx_identifier not omitting whitespaces 2023-07-05 12:53:21 +08:00
diagnostics.rs feat(parser): TypeScript 5.2 (#811) 2023-10-05 12:52:14 +13:00
lib.rs improve README (#800) 2023-08-27 22:36:17 +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