Socket
Socket
Sign inDemoInstall

@babel/helper-create-regexp-features-plugin

Package Overview
Dependencies
68
Maintainers
4
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @babel/helper-create-regexp-features-plugin

Compile ESNext Regular Expressions to ES5


Version published
Weekly downloads
18M
decreased by-21.33%
Maintainers
4
Created
Weekly downloads
 

Package description

What is @babel/helper-create-regexp-features-plugin?

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.

What are @babel/helper-create-regexp-features-plugin's main functionalities?

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.

Other packages similar to @babel/helper-create-regexp-features-plugin

Readme

Source

@babel/helper-create-regexp-features-plugin

Compile ESNext Regular Expressions to ES5

See our website @babel/helper-create-regexp-features-plugin for more information.

Install

Using npm:

npm install --save @babel/helper-create-regexp-features-plugin

or using yarn:

yarn add @babel/helper-create-regexp-features-plugin

Keywords

FAQs

Last updated on 26 Jan 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc