oxc/crates/oxc_parser/src
2024-02-25 14:39:34 +00:00
..
js feat(ast): update arrow_expression to arrow_function_expression (#2496) 2024-02-25 14:39:34 +00: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(ast): add TSModuleDeclaration.kind (#2487) 2024-02-24 17:09:31 +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