@babel/plugin-transform-numeric-separator
Advanced tools
Comparing version 7.22.5 to 7.22.11
@@ -8,3 +8,2 @@ "use strict"; | ||
var _helperPluginUtils = require("@babel/helper-plugin-utils"); | ||
var _pluginSyntaxNumericSeparator = require("@babel/plugin-syntax-numeric-separator"); | ||
function remover({ | ||
@@ -25,3 +24,3 @@ node | ||
name: "transform-numeric-separator", | ||
inherits: _pluginSyntaxNumericSeparator.default, | ||
inherits: require("@babel/plugin-syntax-numeric-separator").default, | ||
visitor: { | ||
@@ -28,0 +27,0 @@ NumericLiteral: remover, |
{ | ||
"name": "@babel/plugin-transform-numeric-separator", | ||
"version": "7.22.5", | ||
"version": "7.22.11", | ||
"description": "Remove numeric separators from Decimal, Binary, Hex and Octal literals", | ||
@@ -27,6 +27,6 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/core": "^7.22.5", | ||
"@babel/core": "^7.22.11", | ||
"@babel/helper-plugin-test-runner": "^7.22.5", | ||
"@babel/traverse": "^7.22.5", | ||
"@babel/types": "^7.22.5" | ||
"@babel/traverse": "^7.22.11", | ||
"@babel/types": "^7.22.11" | ||
}, | ||
@@ -33,0 +33,0 @@ "engines": { |
@@ -5,3 +5,3 @@ # @babel/plugin-transform-numeric-separator | ||
See our website [@babel/plugin-transform-numeric-separator](https://babeljs.io/docs/en/babel-plugin-transform-numeric-separator) for more information. | ||
See our website [@babel/plugin-transform-numeric-separator](https://babeljs.io/docs/babel-plugin-transform-numeric-separator) for more information. | ||
@@ -8,0 +8,0 @@ ## Install |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5328
30