oxc/crates/oxc_parser/src
overlookmotel b5ed58e237 refactor(span): all methods take owned Span (#8297)
`Span` is `Copy` and 8 bytes. There is no point in the extra indirection of passing `&Span` to functions (`&Span` is also 8 bytes).
2025-01-18 01:47:09 +00:00
..
js feat(napi/parser): expose dynamic import expressions (#8540) 2025-01-16 22:25:22 +08:00
jsx
lexer ci(benchmark): make lexer benchmark more realistic (#8573) 2025-01-18 01:47:07 +00:00
ts feat(parser): missing initializer in destructuring declaration inside for loop head (#8222) 2025-01-02 14:02:49 +00:00
context.rs
cursor.rs
diagnostics.rs fix(parser): disallow type parameters on class constructors (#8071) 2024-12-24 07:38:39 +08:00
lib.rs
modifiers.rs refactor(span): all methods take owned Span (#8297) 2025-01-18 01:47:09 +00:00
module_record.rs feat(napi/parser): expose dynamic import expressions (#8540) 2025-01-16 22:25:22 +08:00
state.rs refactor(global): sort imports (#7883) 2024-12-14 15:07:21 +00:00