@babel/plugin-transform-modules-systemjs
Advanced tools
Comparing version 8.0.0-alpha.12 to 8.0.0-alpha.13
@@ -14,4 +14,4 @@ import * as _babel_core from '@babel/core'; | ||
} | ||
declare const _default: (api: _babel_core.PluginAPI, options: object, dirname: string) => _babel_core.PluginObject<PluginState & PluginPass>; | ||
declare const _default: (api: _babel_core.PluginAPI, options: object, dirname: string) => _babel_core.PluginObject<PluginState & PluginPass<object>>; | ||
export { type Options, _default as default, getExportSpecifierName }; |
@@ -71,3 +71,3 @@ import { declare } from '@babel/helper-plugin-utils'; | ||
var index = declare((api, options) => { | ||
api.assertVersion("8.0.0-alpha.12"); | ||
api.assertVersion("8.0.0-alpha.13"); | ||
const { | ||
@@ -74,0 +74,0 @@ systemGlobal = "System", |
{ | ||
"name": "@babel/plugin-transform-modules-systemjs", | ||
"version": "8.0.0-alpha.12", | ||
"version": "8.0.0-alpha.13", | ||
"description": "This plugin transforms ES2015 modules to SystemJS", | ||
@@ -16,5 +16,5 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-module-transforms": "^8.0.0-alpha.12", | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.12", | ||
"@babel/helper-validator-identifier": "^8.0.0-alpha.12" | ||
"@babel/helper-module-transforms": "^8.0.0-alpha.13", | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.13", | ||
"@babel/helper-validator-identifier": "^8.0.0-alpha.13" | ||
}, | ||
@@ -25,8 +25,8 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.12" | ||
"@babel/core": "^8.0.0-alpha.13" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.12", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.12", | ||
"@babel/helper-transform-fixture-test-runner": "^8.0.0-alpha.12", | ||
"@babel/core": "^8.0.0-alpha.13", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.13", | ||
"@babel/helper-transform-fixture-test-runner": "^8.0.0-alpha.13", | ||
"core-js": "^3.35.0" | ||
@@ -36,3 +36,3 @@ }, | ||
"engines": { | ||
"node": "^18.20.0 || ^20.10.0 || >=21.0.0" | ||
"node": "^18.20.0 || ^20.17.0 || >=22.8.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "author": "The Babel Team (https://babel.dev/team)", |
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
67302
6
404