oxc/crates/oxc_parser/src
2023-04-01 15:59:42 +08:00
..
js fix(parser): fix panic on multi-byte characaters (#233) 2023-04-01 13:34:18 +08:00
jsx refactor(lexer): change TokenValue::String(Atom) to TokenValue::String(&str) (#174) 2023-03-13 09:33:44 +08:00
lexer refactor(oxc_parser): parser and lexer does not need to share the errors vec 2023-04-01 15:59:42 +08:00
ts feat(linter): implement isolated_declaration (#209) 2023-03-26 04:37:10 -07:00
cursor.rs refactor(oxc_parser): parser and lexer does not need to share the errors vec 2023-04-01 15:59:42 +08:00
diagnostics.rs fix(parser): fix panic on multi-byte characaters (#233) 2023-04-01 13:34:18 +08:00
lib.rs refactor(oxc_parser): parser and lexer does not need to share the errors vec 2023-04-01 15:59:42 +08:00
list.rs chore: run `types -w" to fix all typos 2023-03-11 23:37:19 +08:00
state.rs refactor(ast): change Option<Vec> to Vec for decorators (#84) 2023-03-02 15:52:46 +08:00