oxc/crates/oxc_parser/src
2024-03-03 15:18:47 +08:00
..
js fix(ast): support FormalParameter.override (#2577) 2024-03-03 14:41:42 +08:00
jsx [BREAKING CHANGE] Change Atom to Atom<'a> to make it safe (#2497) 2024-02-26 19:34:40 +08:00
lexer perf(parser): lex JSXText with memchr (#2558) 2024-03-01 22:26:53 +08:00
ts fix(ast): support TSIndexSignature.readonly (#2579) 2024-03-03 14:58:57 +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(napi/parser): expose preserveParans option (#2582) 2024-03-03 15:18:47 +08:00
list.rs refactor(parser): wrapper type for parser (#2339) 2024-02-07 23:22:08 +08:00
state.rs