oxc/crates/oxc_parser/src
2023-03-11 17:44:27 +08:00
..
js feat(semantic): declare symbol and reference Identifier 2023-03-10 23:28:51 -08:00
jsx remove TODO 2023-03-01 20:47:52 -08:00
lexer perf(lexer): fine tune identifier checking with less redundant branches (#154) 2023-03-08 22:00:15 +08:00
ts refactor(oxc_ast): remove unnecessary SourceTypeBuilder 2023-03-11 16:21:14 +08:00
cursor.rs refactor: remove all declarations of const fn, which is useless for us 2023-03-07 21:29:47 +08:00
diagnostics.rs fix(linter): diagnostics should not print quotes 2023-03-11 17:44:27 +08:00
lib.rs refactor: remove all declarations of const fn, which is useless for us 2023-03-07 21:29:47 +08:00
list.rs feat(parser): add parser 2023-02-11 05:26:49 -08:00
state.rs refactor(ast): change Option<Vec> to Vec for decorators (#84) 2023-03-02 15:52:46 +08:00