oxc/crates/oxc_parser/src
2024-02-21 18:06:37 +08:00
..
js feat(semantic): add check for duplicate class elements in checker (#2455) 2024-02-21 14:10:19 +08:00
jsx refactor(parser): wrapper type for parser (#2339) 2024-02-07 23:22:08 +08:00
lexer chore: fix all docs 2024-02-21 18:06:37 +08:00
ts feat(parser): parse import attributes in TSImportType (#2436) 2024-02-19 12:26:42 +08:00
context.rs fix(parser): false postive for "Missing initializer in const declaration" in declare + namespace (#1724) 2023-12-18 17:03:42 +08:00
cursor.rs refactor(parser): make Source::set_position safe (#2341) 2024-02-08 14:56:26 +08:00
diagnostics.rs feat(parser): recover from async x [newline] => x (#2375) 2024-02-10 11:19:08 +08:00
lib.rs feat(Codegen): Improve codegen (#2460) 2024-02-21 14:41:57 +08:00
list.rs refactor(parser): wrapper type for parser (#2339) 2024-02-07 23:22:08 +08:00
state.rs refactor(ast): change Option<Vec> to Vec for decorators (#84) 2023-03-02 15:52:46 +08:00