@babel/plugin-syntax-bigint
Advanced tools
Comparing version 7.4.4 to 7.7.4
@@ -8,13 +8,5 @@ "use strict"; | ||
function _helperPluginUtils() { | ||
const data = require("@babel/helper-plugin-utils"); | ||
var _helperPluginUtils = require("@babel/helper-plugin-utils"); | ||
_helperPluginUtils = function () { | ||
return data; | ||
}; | ||
return data; | ||
} | ||
var _default = (0, _helperPluginUtils().declare)(api => { | ||
var _default = (0, _helperPluginUtils.declare)(api => { | ||
api.assertVersion(7); | ||
@@ -21,0 +13,0 @@ return { |
{ | ||
"name": "@babel/plugin-syntax-bigint", | ||
"version": "7.4.4", | ||
"version": "7.7.4", | ||
"description": "Allow parsing of BigInt literals", | ||
@@ -21,5 +21,5 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-bigint", | ||
"devDependencies": { | ||
"@babel/core": "^7.4.4" | ||
"@babel/core": "^7.7.4" | ||
}, | ||
"gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba" | ||
"gitHead": "75767d87cb147709b9bd9b99bf44daa6688874a9" | ||
} |
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
2472
15