oxc/crates/oxc_parser/src
overlookmotel bc59dd2b29 refactor(parser): improve example for byte_search! macro usage (#5234)
It's more efficient when reading 2 bytes to use `read2()` than 2 x `read()` calls. Reflect that in example for using `byte_search!` macro.
2024-08-26 14:22:37 +00:00
..
js feat(ast,parser): add definite flag to AccessorProperty node (#5182) 2024-08-25 01:02:50 +00:00
jsx
lexer refactor(parser): improve example for byte_search! macro usage (#5234) 2024-08-26 14:22:37 +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 feat(parser): report class properties that are both definite and optional (#5181) 2024-08-25 01:02:49 +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