@babel/helper-module-transforms
Advanced tools
Comparing version 7.8.6 to 7.9.0
@@ -34,2 +34,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "getModuleName", { | ||
enumerable: true, | ||
get: function () { | ||
return _getModuleName.default; | ||
} | ||
}); | ||
@@ -52,2 +58,4 @@ var _assert = _interopRequireDefault(require("assert")); | ||
var _getModuleName = _interopRequireDefault(require("./get-module-name")); | ||
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function () { return cache; }; return cache; } | ||
@@ -54,0 +62,0 @@ |
{ | ||
"name": "@babel/helper-module-transforms", | ||
"version": "7.8.6", | ||
"version": "7.9.0", | ||
"description": "Babel helper functions for implementing ES6 module transformations", | ||
@@ -19,6 +19,6 @@ "author": "Logan Smyth <loganfsmyth@gmail.com>", | ||
"@babel/template": "^7.8.6", | ||
"@babel/types": "^7.8.6", | ||
"@babel/types": "^7.9.0", | ||
"lodash": "^4.17.13" | ||
}, | ||
"gitHead": "750d3dde3bd2d390819820fd22c05441da78751b" | ||
"gitHead": "8d5e422be27251cfaadf8dd2536b31b4a5024b02" | ||
} |
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
34144
8
859
Updated@babel/types@^7.9.0