@babel/plugin-transform-private-property-in-object
Advanced tools
Comparing version 8.0.0-alpha.1 to 8.0.0-alpha.2
import { declare } from '@babel/helper-plugin-utils'; | ||
import syntaxPlugin from '@babel/plugin-syntax-private-property-in-object'; | ||
import { enableFeature, FEATURES, buildCheckInRHS, injectInitialization } from '@babel/helper-create-class-features-plugin'; | ||
@@ -69,3 +68,3 @@ import annotateAsPure from '@babel/helper-annotate-as-pure'; | ||
name: "transform-private-property-in-object", | ||
inherits: syntaxPlugin.default, | ||
inherits: undefined, | ||
pre() { | ||
@@ -72,0 +71,0 @@ enableFeature(this.file, FEATURES.privateIn, loose); |
{ | ||
"name": "@babel/plugin-transform-private-property-in-object", | ||
"version": "8.0.0-alpha.1", | ||
"version": "8.0.0-alpha.2", | ||
"description": "This plugin transforms checks for a private property in an object", | ||
@@ -20,13 +20,12 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-annotate-as-pure": "^8.0.0-alpha.1", | ||
"@babel/helper-create-class-features-plugin": "^8.0.0-alpha.1", | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.1", | ||
"@babel/plugin-syntax-private-property-in-object": "^7.14.5" | ||
"@babel/helper-annotate-as-pure": "^8.0.0-alpha.2", | ||
"@babel/helper-create-class-features-plugin": "^8.0.0-alpha.2", | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.2" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.1" | ||
"@babel/core": "^8.0.0-alpha.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.1", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.1" | ||
"@babel/core": "^8.0.0-alpha.2", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.2" | ||
}, | ||
@@ -33,0 +32,0 @@ "engines": { |
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
4
19769
119
- Removed@babel/plugin-syntax-private-property-in-object@^7.14.5
- Removed@babel/code-frame@7.26.2(transitive)
- Removed@babel/compat-data@7.26.2(transitive)
- Removed@babel/core@7.26.0(transitive)
- Removed@babel/generator@7.26.2(transitive)
- Removed@babel/helper-compilation-targets@7.25.9(transitive)
- Removed@babel/helper-module-imports@7.25.9(transitive)
- Removed@babel/helper-module-transforms@7.26.0(transitive)
- Removed@babel/helper-plugin-utils@7.25.9(transitive)
- Removed@babel/helper-string-parser@7.25.9(transitive)
- Removed@babel/helper-validator-identifier@7.25.9(transitive)
- Removed@babel/helper-validator-option@7.25.9(transitive)
- Removed@babel/helpers@7.26.0(transitive)
- Removed@babel/parser@7.26.2(transitive)
- Removed@babel/plugin-syntax-private-property-in-object@7.14.5(transitive)
- Removed@babel/template@7.25.9(transitive)
- Removed@babel/traverse@7.25.9(transitive)
- Removed@babel/types@7.26.0(transitive)
- Removedglobals@11.12.0(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedlru-cache@5.1.1(transitive)
- Removedsemver@6.3.1(transitive)
- Removedyallist@3.1.1(transitive)
Updated@babel/helper-create-class-features-plugin@^8.0.0-alpha.2