oxc/crates/oxc_parser/src
Boshen efbdced597 fix(parser): only show flow error if it's a flow file (#5069)
Otherwise we get a mixture of confusing error messages.
2024-08-22 12:19:45 +00:00
..
js feat(parser): parse regular expression with regex parser (#4998) 2024-08-22 03:09:55 +00:00
jsx refactor(ast/ast_builder)!: shorter allocator utility method names. (#4122) 2024-07-09 12:16:38 +00:00
lexer chore(deps): remove static_assertions dependency. (#4883) 2024-08-14 02:18:06 +00:00
ts fix(parser): parse assert keyword in TSImportAttributes (#4610) 2024-08-04 01:41:31 +00:00
context.rs
cursor.rs chore: remove unsafe_code = "warn" rust lint 2024-07-15 10:39:08 +08:00
diagnostics.rs fix(parser): fix enum member parsing (#4543) 2024-07-30 10:43:09 +00:00
lib.rs fix(parser): only show flow error if it's a flow file (#5069) 2024-08-22 12:19:45 +00:00
modifiers.rs refactor(linter, mangler, parser, semantic, transformer, traverse, wasm): rename various flag vars to flags (#5028) 2024-08-21 00:19:58 +00:00
state.rs