oxc/crates/oxc_parser/src
2023-11-29 23:21:39 +08:00
..
js feat(parsr): parse let.a = 1 with error recovery (#1587) 2023-11-29 23:21:39 +08:00
jsx fix(linter): revert changes to JSX attribute strings (#1101) 2023-10-30 15:26:04 +08:00
lexer refactor(parser) Updated comments mentioning the ecma specification section 12.x (#1496) 2023-11-22 19:29:04 +08:00
ts fix(parser): correct import_kind of TSImportEqualsDeclaration (#1449) 2023-11-20 16:57:38 +08:00
context.rs chore(rust): remove unnecessary clippy::non_upper_case_globals (#1557) 2023-11-27 14:31:38 +08:00
cursor.rs chore(clippy): enable undocumented_unsafe_blocks 2023-10-16 15:18:14 +08:00
diagnostics.rs fix(parser): Disallow ReservedWord in NamedExports (#1230) 2023-11-12 10:52:02 +00:00
lib.rs feat(parser): add preserve_parens option (default: true) (#1474) 2023-11-21 11:16:30 +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