@babel/plugin-proposal-export-default-from
Advanced tools
Comparing version 7.25.7 to 7.25.8
@@ -8,3 +8,2 @@ "use strict"; | ||
var _helperPluginUtils = require("@babel/helper-plugin-utils"); | ||
var _pluginSyntaxExportDefaultFrom = require("@babel/plugin-syntax-export-default-from"); | ||
var _core = require("@babel/core"); | ||
@@ -15,3 +14,3 @@ var _default = exports.default = (0, _helperPluginUtils.declare)(api => { | ||
name: "proposal-export-default-from", | ||
inherits: _pluginSyntaxExportDefaultFrom.default, | ||
manipulateOptions: (_, parser) => parser.plugins.push("exportDefaultFrom"), | ||
visitor: { | ||
@@ -18,0 +17,0 @@ ExportNamedDeclaration(path) { |
{ | ||
"name": "@babel/plugin-proposal-export-default-from", | ||
"version": "7.25.7", | ||
"version": "7.25.8", | ||
"description": "Compile export default to ES2015", | ||
@@ -20,4 +20,3 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^7.25.7", | ||
"@babel/plugin-syntax-export-default-from": "^7.25.7" | ||
"@babel/helper-plugin-utils": "^7.25.7" | ||
}, | ||
@@ -28,3 +27,3 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.25.7", | ||
"@babel/core": "^7.25.8", | ||
"@babel/helper-plugin-test-runner": "^7.25.7" | ||
@@ -31,0 +30,0 @@ }, |
@@ -17,5 +17,2 @@ /* This file is automatically generated by scripts/generators/tsconfig.js */ | ||
{ | ||
"path": "../../packages/babel-plugin-syntax-export-default-from" | ||
}, | ||
{ | ||
"path": "../../packages/babel-core" | ||
@@ -22,0 +19,0 @@ } |
Sorry, the diff of this file is not supported yet
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
77086
2
54
- Removed@babel/plugin-syntax-export-default-from@7.25.9(transitive)