oxc/crates/oxc_parser/src
Boshen 94fdd54368
perf(lexer): fine tune identifier checking with less redundant branches (#154)
perf(lexer): fine tune checking of identifiers with less redundant branches
2023-03-08 22:00:15 +08:00
..
js refactor: remove all declarations of const fn, which is useless for us 2023-03-07 21:29:47 +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: remove all declarations of const fn, which is useless for us 2023-03-07 21:29:47 +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 prepend TS error code 2023-03-01 20:47:52 -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