We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hope to support the function of convert regex literals to support the ability of the /u flag.
https://babel.nodejs.cn/docs/babel-plugin-transform-unicode-regex/
like:
https://babeljs.io/repl#?browsers=defaults%2C%20not%20ie%2011%2C%20not%20ie_mob%2011&build=&builtIns=false&corejs=3.21&spec=false&loose=false&code_lz=PQbQOgDg3gogtgewFYEsD6AFATgUwM44B2ALgIbEoKEC-ksiqtArgGIwAMLAusAOZMA6YvmIAKAOSBeskDwf-ICUAbgBQQA&debug=false&forceAllTransforms=false&modules=commonjs&shippedProposals=false&evaluate=false&fileSize=false&timeTravel=false&sourceType=module&lineWrap=true&presets=env&prettier=false&targets=&version=7.26.4&externalPlugins=%40babel%2Fplugin-transform-unicode-regex%407.25.9&assumptions=%7B%7D
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Unfortunately, I didn't find a similar SWC plugin that supports such a feature
No branches or pull requests
Describe the feature
Hope to support the function of convert regex literals to support the ability of the /u flag.
Babel plugin or link to the feature description
https://babel.nodejs.cn/docs/babel-plugin-transform-unicode-regex/
Additional context
like:
https://babeljs.io/repl#?browsers=defaults%2C%20not%20ie%2011%2C%20not%20ie_mob%2011&build=&builtIns=false&corejs=3.21&spec=false&loose=false&code_lz=PQbQOgDg3gogtgewFYEsD6AFATgUwM44B2ALgIbEoKEC-ksiqtArgGIwAMLAusAOZMA6YvmIAKAOSBeskDwf-ICUAbgBQQA&debug=false&forceAllTransforms=false&modules=commonjs&shippedProposals=false&evaluate=false&fileSize=false&timeTravel=false&sourceType=module&lineWrap=true&presets=env&prettier=false&targets=&version=7.26.4&externalPlugins=%40babel%2Fplugin-transform-unicode-regex%407.25.9&assumptions=%7B%7D
The text was updated successfully, but these errors were encountered: