
Security News
ESLint Adds Official Support for Linting HTML
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
@babel/helper-create-regexp-features-plugin
Advanced tools
The @babel/helper-create-regexp-features-plugin is a helper plugin used internally by Babel's transform plugins to compile regular expressions using the RegExp features provided in ECMAScript 2015+ into equivalent regular expressions that are compatible with older JavaScript engines. This plugin is not typically used directly by developers but is instead used by other Babel plugins to handle regular expression transformations.
Transform RegExp Literals
This feature allows Babel plugins to transform RegExp literals using new syntax features into a form that can be understood by older JavaScript engines.
This is an internal helper plugin and does not provide a public API for direct usage in code. It is used by other Babel plugins to transform RegExp literals.
Support for RegExp Proposals
This feature enables Babel plugins to add support for proposed RegExp features that are not yet part of the ECMAScript standard.
This is an internal helper plugin and does not provide a public API for direct usage in code. It is used by other Babel plugins to add support for RegExp proposals.
The regexpu-core package is a RegExp utility library that transforms Unicode-aware regular expressions into ES5-compatible versions. This is similar to @babel/helper-create-regexp-features-plugin in that it also deals with transforming regular expressions for compatibility purposes.
Compile ESNext Regular Expressions to ES5
See our website @babel/helper-create-regexp-features-plugin for more information.
Using npm:
npm install --save @babel/helper-create-regexp-features-plugin
or using yarn:
yarn add @babel/helper-create-regexp-features-plugin
v7.27.0 (2025-03-24)
babel-helper-create-class-features-plugin
, babel-traverse
, babel-types
traverseFast
to exit early (@liuxingbaoyu)babel-parser
, babel-types
babel-generator
babel-parser
, babel-template
allowYieldOutsideFunction
to parser (@liuxingbaoyu)babel-plugin-transform-typescript
, babel-traverse
upToScope
parameter to hasBinding
(@liuxingbaoyu)babel-parser
babel-types
babel-helper-create-class-features-plugin
, babel-plugin-transform-class-properties
babel-traverse
scope.crawl()
(@liuxingbaoyu)babel-helpers
, babel-preset-typescript
, babel-runtime-corejs2
, babel-runtime-corejs3
, babel-runtime
babel-cli
@babel/cli
generates duplicate inline source maps (@liuxingbaoyu)babel-plugin-transform-named-capturing-groups-regex
, babel-types
babel-types
@babel/types
(@liuxingbaoyu)babel-helper-create-regexp-features-plugin
FAQs
Compile ESNext Regular Expressions to ES5
The npm package @babel/helper-create-regexp-features-plugin receives a total of 14,983,841 weekly downloads. As such, @babel/helper-create-regexp-features-plugin popularity was classified as popular.
We found that @babel/helper-create-regexp-features-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.