oxc/crates/oxc_transformer/src
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
..
es3 feat(transformer): add transform property-literal plugin (#1458) 2023-11-21 23:07:43 +08:00
es2015 fix(transformer): always create valid identifiers (#2131) 2024-01-23 12:35:41 +08:00
es2016 refactor(transformer): move Semantic into Transformer (#1130) 2023-11-02 13:10:15 +08:00
es2019 refactor(transformer): add an empty SPAN utility for creating AST nodes (#1067) 2023-10-26 18:43:53 +08:00
es2020 refactor(transformer): add an empty SPAN utility for creating AST nodes (#1067) 2023-10-26 18:43:53 +08:00
es2021 refactor(transformer): add an empty SPAN utility for creating AST nodes (#1067) 2023-10-26 18:43:53 +08:00
es2022 refactor(transformer): add an empty SPAN utility for creating AST nodes (#1067) 2023-10-26 18:43:53 +08:00
react_jsx feat(transformer/react-jsx): returns ThisExpression when identifier is this (#1661) 2023-12-13 13:47:54 +08:00
regexp refactor(transformer): add an empty SPAN utility for creating AST nodes (#1067) 2023-10-26 18:43:53 +08:00
typescript feat(transformer/typescript): improve function parameters name (#2079) 2024-01-19 13:50:10 +08:00
context.rs feat(transformer/react-jsx): when the source type is a script, use require to import the react (#1207) 2023-11-10 18:17:31 +08:00
lib.rs feat(transformer/typescript): support only_remove_type_imports option (#2077) 2024-01-18 23:25:31 +08:00
options.rs feat(transformer/typescript): support only_remove_type_imports option (#2077) 2024-01-18 23:25:31 +08:00
tester.rs feat(transformer/react-jsx): throw the pragma and pragmaFrag cannot be set when runtime is automatic error (#1196) 2023-11-10 12:50:54 +08:00
utils.rs refactor(transformer): use is_identifier_name from oxc_syntax 2024-01-23 11:05:17 +08:00