oxc/crates/oxc_parser/src
overlookmotel b8d9a51462 refactor(span): deal only in owned Atoms (#8641)
#8596 made `Atom` a `Copy` type. Now we can deal exclusively in owned `Atom`s. Refactor code to not pass `&Atom` into functions etc.
2025-01-21 14:20:06 +00:00
..
js refactor(span): derive Copy on Atom (#8596) 2025-01-19 16:14:23 +08:00
jsx refactor(span): derive Copy on Atom (#8596) 2025-01-19 16:14:23 +08:00
lexer ci(benchmark): make lexer benchmark more realistic (#8573) 2025-01-18 01:47:07 +00:00
ts fix(parser): parse intrinsic TS keyword (#8627) 2025-01-21 09:54:10 +08: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 refactor(parser): use ModuleRecord::has_module_syntax for setting sourceType (#7646) 2024-12-04 12:52:21 +00:00
modifiers.rs refactor(span): all methods take owned Span (#8297) 2025-01-18 01:47:09 +00:00
module_record.rs refactor(span): deal only in owned Atoms (#8641) 2025-01-21 14:20:06 +00:00
state.rs refactor(global): sort imports (#7883) 2024-12-14 15:07:21 +00:00