babel/packages/babel-plugin-syntax-decimal
Nicolò Ribaudo c7ddb1ae93
Use workspace:^ to specify @babel/ dependencies (#13772)
* Enforce `workspace:^` to specify `@babel/` dependencies

* `yarn constraints --fix`

* Update lockfile
2021-10-25 07:22:08 +02:00
..
2020-07-29 16:43:15 -04:00

@babel/plugin-syntax-decimal

Allow parsing of decimal

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

Install

Using npm:

npm install --save-dev @babel/plugin-syntax-decimal

or using yarn:

yarn add @babel/plugin-syntax-decimal --dev