Sven SAULEAU b445b79734 Refactor move docs (#8108) hace 6 años
..
src a4795408b4 Allow plugins to assert that a specific babel version has loaded the plugin. (#7450) hace 6 años
.npmignore 5393a49349 Support for NumericLiteralSeparator, Stage 1 feature (#5793) hace 7 años
README.md b445b79734 Refactor move docs (#8108) hace 6 años
package.json 90566103a6 v7.0.0-beta.49 hace 6 años

README.md

@babel/plugin-syntax-numeric-separator

Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator

See our website @babel/plugin-syntax-numeric-separator for more information.

Install

Using npm:

npm install --save @babel/plugin-syntax-numeric-separator

or using yarn:

yarn add --save @babel/plugin-syntax-numeric-separator