babel-plugin-prototype-prop-define
Advanced tools
Comparing version 2.4.1 to 2.4.2
{ | ||
"name": "babel-plugin-prototype-prop-define", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"description": "Transform assignments to properties on built-in prototypes to Object.defineProperty calls", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -379,3 +379,3 @@ const primordialPropSet = new Set([ | ||
type: 'MemberExpression', | ||
object: createIdentifier('self'), | ||
object: createIdentifier('globalThis'), | ||
property: createIdentifier('Symbol'), | ||
@@ -382,0 +382,0 @@ computed: false, |
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
36419