@babel/plugin-transform-classes
Advanced tools
Comparing version 8.0.0-alpha.8 to 8.0.0-alpha.9
@@ -340,3 +340,3 @@ import { declare } from '@babel/helper-plugin-utils'; | ||
}); | ||
if (maxGuaranteedSuperBeforeIndex != -1 && thisIndex > maxGuaranteedSuperBeforeIndex) { | ||
if (maxGuaranteedSuperBeforeIndex !== -1 && thisIndex > maxGuaranteedSuperBeforeIndex) { | ||
thisPath.replaceWith(thisRef()); | ||
@@ -587,3 +587,3 @@ } else { | ||
var index = declare((api, options) => { | ||
api.assertVersion("8.0.0-alpha.8"); | ||
api.assertVersion("8.0.0-alpha.9"); | ||
const { | ||
@@ -590,0 +590,0 @@ loose = false |
{ | ||
"name": "@babel/plugin-transform-classes", | ||
"version": "8.0.0-alpha.8", | ||
"version": "8.0.0-alpha.9", | ||
"description": "Compile ES2015 classes to ES5", | ||
@@ -17,9 +17,9 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-annotate-as-pure": "^8.0.0-alpha.8", | ||
"@babel/helper-compilation-targets": "^8.0.0-alpha.8", | ||
"@babel/helper-environment-visitor": "^8.0.0-alpha.8", | ||
"@babel/helper-function-name": "^8.0.0-alpha.8", | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.8", | ||
"@babel/helper-replace-supers": "^8.0.0-alpha.8", | ||
"@babel/helper-split-export-declaration": "^8.0.0-alpha.8", | ||
"@babel/helper-annotate-as-pure": "^8.0.0-alpha.9", | ||
"@babel/helper-compilation-targets": "^8.0.0-alpha.9", | ||
"@babel/helper-environment-visitor": "^8.0.0-alpha.9", | ||
"@babel/helper-function-name": "^8.0.0-alpha.9", | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.9", | ||
"@babel/helper-replace-supers": "^8.0.0-alpha.9", | ||
"@babel/helper-split-export-declaration": "^8.0.0-alpha.9", | ||
"globals": "^13.5.0" | ||
@@ -31,15 +31,18 @@ }, | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.8" | ||
"@babel/core": "^8.0.0-alpha.9" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.8", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.8", | ||
"@babel/traverse": "^8.0.0-alpha.8" | ||
"@babel/core": "^8.0.0-alpha.9", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.9", | ||
"@babel/traverse": "^8.0.0-alpha.9" | ||
}, | ||
"engines": { | ||
"node": "^16.20.0 || ^18.16.0 || >=20.0.0" | ||
"node": "^18.20.0 || ^20.10.0 || >=21.0.0" | ||
}, | ||
"author": "The Babel Team (https://babel.dev/team)", | ||
"exports": { | ||
".": "./lib/index.js", | ||
".": { | ||
"types": "./lib/index.d.ts", | ||
"default": "./lib/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
@@ -46,0 +49,0 @@ }, |
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
159648
8
660
+ Addedelectron-to-chromium@1.5.62(transitive)
- Removedelectron-to-chromium@1.5.63(transitive)
Updated@babel/helper-split-export-declaration@^8.0.0-alpha.9