Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
63
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
23M
increased by2.75%
Maintainers
4
Install size
3.25 MB
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

Changelog

Source

v7.22.15 (2023-09-04)

:bug: Bug Fix
  • babel-core
    • #15923 Only perform config loading re-entrancy check for cjs (@nicolo-ribaudo)
:house: Internal
  • babel-cli, babel-core, babel-generator, babel-helper-builder-binary-assignment-operator-visitor, babel-helper-compilation-targets, babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin, babel-helper-member-expression-to-functions, babel-helper-module-imports, babel-helper-module-transforms, babel-helper-transform-fixture-test-runner, babel-helper-validator-identifier, babel-helper-validator-option, babel-helpers, babel-node, babel-parser, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-async-generator-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-for-of, babel-plugin-transform-modules-commonjs, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-property-mutators, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-typescript, babel-preset-env, babel-preset-flow, babel-preset-react, babel-preset-typescript, babel-register, babel-standalone, babel-template, babel-traverse, babel-types

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 04 Sep 2023

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