@babel/core
Advanced tools
Comparing version 7.14.8 to 7.15.0
@@ -77,3 +77,3 @@ "use strict"; | ||
} | ||
const assumptionsNames = new Set(["arrayLikeIsIterable", "constantReexports", "constantSuper", "enumerableModuleMeta", "ignoreFunctionLength", "ignoreToPrimitiveHint", "iterableIsArray", "mutableTemplateObject", "noClassCalls", "noDocumentAll", "noNewArrows", "objectRestNoSymbols", "privateFieldsAsProperties", "pureGetters", "setClassMethods", "setComputedProperties", "setPublicClassFields", "setSpreadProperties", "skipForOfIteratorClosing", "superIsCallableConstructor"]); | ||
const assumptionsNames = new Set(["arrayLikeIsIterable", "constantReexports", "constantSuper", "enumerableModuleMeta", "ignoreFunctionLength", "ignoreToPrimitiveHint", "iterableIsArray", "mutableTemplateObject", "noClassCalls", "noDocumentAll", "noIncompleteNsImportDetection", "noNewArrows", "objectRestNoSymbols", "privateFieldsAsProperties", "pureGetters", "setClassMethods", "setComputedProperties", "setPublicClassFields", "setSpreadProperties", "skipForOfIteratorClosing", "superIsCallableConstructor"]); | ||
exports.assumptionsNames = assumptionsNames; | ||
@@ -80,0 +80,0 @@ |
@@ -248,3 +248,3 @@ "use strict"; | ||
const version = "7.14.8"; | ||
const version = "7.15.0"; | ||
exports.version = version; | ||
@@ -251,0 +251,0 @@ const DEFAULT_EXTENSIONS = Object.freeze([".js", ".jsx", ".es6", ".es", ".mjs", ".cjs"]); |
{ | ||
"name": "@babel/core", | ||
"version": "7.14.8", | ||
"version": "7.15.0", | ||
"description": "Babel compiler core.", | ||
@@ -52,10 +52,10 @@ "main": "./lib/index.js", | ||
"@babel/code-frame": "^7.14.5", | ||
"@babel/generator": "^7.14.8", | ||
"@babel/helper-compilation-targets": "^7.14.5", | ||
"@babel/helper-module-transforms": "^7.14.8", | ||
"@babel/generator": "^7.15.0", | ||
"@babel/helper-compilation-targets": "^7.15.0", | ||
"@babel/helper-module-transforms": "^7.15.0", | ||
"@babel/helpers": "^7.14.8", | ||
"@babel/parser": "^7.14.8", | ||
"@babel/parser": "^7.15.0", | ||
"@babel/template": "^7.14.5", | ||
"@babel/traverse": "^7.14.8", | ||
"@babel/types": "^7.14.8", | ||
"@babel/traverse": "^7.15.0", | ||
"@babel/types": "^7.15.0", | ||
"convert-source-map": "^1.7.0", | ||
@@ -69,4 +69,4 @@ "debug": "^4.1.0", | ||
"devDependencies": { | ||
"@babel/helper-transform-fixture-test-runner": "7.14.5", | ||
"@babel/plugin-transform-modules-commonjs": "7.14.5", | ||
"@babel/helper-transform-fixture-test-runner": "7.15.0", | ||
"@babel/plugin-transform-modules-commonjs": "7.15.0", | ||
"@types/convert-source-map": "^1.5.1", | ||
@@ -73,0 +73,0 @@ "@types/debug": "^4.1.0", |
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
175135
Updated@babel/generator@^7.15.0
Updated@babel/parser@^7.15.0
Updated@babel/traverse@^7.15.0
Updated@babel/types@^7.15.0