oxc/crates/oxc_parser/src
Fnll 81760da7cc
feat(parser): better diagnostic for missing semicolon in for loop statement (#133)
feat(parser): better diagnostic

Co-authored-by: kerui.lian <kerui.lian@bytedance.com>
2023-03-05 04:13:23 -08:00
..
js feat(parser): better diagnostic for missing semicolon in for loop statement (#133) 2023-03-05 04:13:23 -08:00
jsx remove TODO 2023-03-01 20:47:52 -08:00
lexer refactor(lexer): avoid copying of self in SIMD functions (#104) 2023-03-03 21:46:55 -08:00
ts fix(oxc_parser) correct span for decorators 2023-03-02 21:34:24 -08:00
cursor.rs feat(oxc_parser): Port isStartOfDeclaration form tsc 2023-02-27 12:27:44 +08:00
diagnostics.rs prepend TS error code 2023-03-01 20:47:52 -08:00
lib.rs refactor(ast): change Option<Vec> to Vec for decorators (#84) 2023-03-02 15:52:46 +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