@babel/runtime-corejs2
Advanced tools
Comparing version 7.12.1 to 7.12.5
export default function _readOnlyError(name) { | ||
throw new Error("\"" + name + "\" is read-only"); | ||
throw new TypeError("\"" + name + "\" is read-only"); | ||
} |
function _readOnlyError(name) { | ||
throw new Error("\"" + name + "\" is read-only"); | ||
throw new TypeError("\"" + name + "\" is read-only"); | ||
} | ||
module.exports = _readOnlyError; |
{ | ||
"name": "@babel/runtime-corejs2", | ||
"version": "7.12.1", | ||
"version": "7.12.5", | ||
"description": "babel's modular runtime helpers with core-js@2 polyfilling", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -5,3 +5,3 @@ # @babel/runtime-corejs2 | ||
See our website [@babel/runtime-corejs2](https://babeljs.io/docs/en/next/babel-runtime-corejs2.html) for more information. | ||
See our website [@babel/runtime-corejs2](https://babeljs.io/docs/en/babel-runtime-corejs2) for more information. | ||
@@ -8,0 +8,0 @@ ## Install |
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
139788