oxc/crates/oxc_parser/src
overlookmotel 4f7ff7e3ad perf: do not pass &Atom to functions (#3818)
`Atom` is just a wrapper around `&str`, so better not to pass `&Atom` to functions, as that's a double-reference. Prefer `Atom` or `&str` instead to avoid indirection.
2024-06-22 04:48:00 +00:00
..
js perf: do not pass &Atom to functions (#3818) 2024-06-22 04:48:00 +00:00
jsx feat(minifier): add skeleton for ReplaceGlobalDefines ast pass (#3803) 2024-06-21 13:53:59 +00:00
lexer chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
ts feat(minifier): add skeleton for ReplaceGlobalDefines ast pass (#3803) 2024-06-21 13:53:59 +00:00
context.rs feat(parser): parse decorators properly (#2603) 2024-03-04 19:30:41 +08:00
cursor.rs refactor(parser): clean up ParserState (#3345) 2024-05-19 01:30:16 +08:00
diagnostics.rs feat(parser): display jsx mismatch error, e.g. <Foo></Bar> (#3696) 2024-06-16 01:05:28 +08:00
lib.rs feat(minifier): add skeleton for ReplaceGlobalDefines ast pass (#3803) 2024-06-21 13:53:59 +00:00
list.rs refactor(parser): wrapper type for parser (#2339) 2024-02-07 23:22:08 +08:00
state.rs chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00