oxc/crates/oxc_parser/src
2023-03-12 23:37:21 +08:00
..
js feat(parser): check AwaitExpression 2023-03-12 23:37:21 +08:00
jsx remove TODO 2023-03-01 20:47:52 -08:00
lexer refactor(lexer): remove LexerContext::JsxChild (#172) 2023-03-12 20:19:51 +08:00
ts chore: run `types -w" to fix all typos 2023-03-11 23:37:19 +08:00
cursor.rs fix: fix clippy warnings 2023-03-12 21:53:08 +08:00
diagnostics.rs feat(parser): check AwaitExpression 2023-03-12 23:37:21 +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 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