oxc/crates/oxc_transformer
overlookmotel 777352e2ba
fix(transformer): always create valid identifiers (#2131)
I'm not familiar with the transformer, so not 100% sure what this
function does. But from the name `create_valid_identifier`, I'm guessing
that `-` is a mistake - it's not a valid character to have in
identifiers.

If I've misunderstood, please feel free to close this.
2024-01-23 12:35:41 +08:00
..
examples feat(semantic): support scope descendents starting from a certain scope. (#1629) 2023-12-07 17:29:11 +08:00
src fix(transformer): always create valid identifiers (#2131) 2024-01-23 12:35:41 +08:00
Cargo.toml Publish crates v0.5.0 2024-01-12 23:33:47 +08:00