oxc/crates/oxc_semantic/src/class
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
..
builder.rs perf: do not pass &Atom to functions (#3818) 2024-06-22 04:48:00 +00:00
mod.rs feat(semantic): add ClassTable (#1793) 2023-12-25 23:59:35 +08:00
table.rs perf: do not pass &Atom to functions (#3818) 2024-06-22 04:48:00 +00:00