Skip to content

Latest commit

History

History
19 lines (12 loc) 路 453 Bytes

File metadata and controls

19 lines (12 loc) 路 453 Bytes

@babel/plugin-proposal-regexp-modifiers

Compile regular expressions using duplicate named groups to index-based groups.

See our website @babel/plugin-proposal-regexp-modifiers for more information.

Install

Using npm:

npm install --save-dev @babel/plugin-proposal-regexp-modifiers

or using yarn:

yarn add @babel/plugin-proposal-regexp-modifiers --dev