@babel/preset-env
Advanced tools
Comparing version 7.26.8 to 7.26.9
@@ -7,3 +7,4 @@ "use strict"; | ||
exports.minVersions = exports.legacyBabel7SyntaxPlugins = exports.default = void 0; | ||
var _babel7AvailablePlugins = require("./babel-7-available-plugins.cjs"); | ||
var _pluginSyntaxImportAssertions = require("@babel/plugin-syntax-import-assertions"); | ||
var _pluginSyntaxImportAttributes = require("@babel/plugin-syntax-import-attributes"); | ||
var _pluginTransformAsyncGeneratorFunctions = require("@babel/plugin-transform-async-generator-functions"); | ||
@@ -164,5 +165,5 @@ var _pluginTransformAsyncToGenerator = require("@babel/plugin-transform-async-to-generator"); | ||
"syntax-top-level-await": syntax("topLevelAwait"), | ||
"syntax-unicode-sets-regex": () => require("@babel/plugin-syntax-unicode-sets-regex"), | ||
"syntax-import-assertions": _babel7AvailablePlugins["syntax-import-assertions"], | ||
"syntax-import-attributes": _babel7AvailablePlugins["syntax-import-attributes"] | ||
"syntax-import-assertions": () => _pluginSyntaxImportAssertions.default, | ||
"syntax-import-attributes": () => _pluginSyntaxImportAttributes.default, | ||
"syntax-unicode-sets-regex": () => require("@babel/plugin-syntax-unicode-sets-regex") | ||
}; | ||
@@ -169,0 +170,0 @@ Object.assign(availablePlugins, legacyBabel7SyntaxPluginsLoaders); |
{ | ||
"name": "@babel/preset-env", | ||
"version": "7.26.8", | ||
"version": "7.26.9", | ||
"description": "A Babel preset for each environment.", | ||
@@ -48,3 +48,3 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
"@babel/plugin-transform-export-namespace-from": "^7.25.9", | ||
"@babel/plugin-transform-for-of": "^7.25.9", | ||
"@babel/plugin-transform-for-of": "^7.26.9", | ||
"@babel/plugin-transform-function-name": "^7.25.9", | ||
@@ -94,6 +94,6 @@ "@babel/plugin-transform-json-strings": "^7.25.9", | ||
"devDependencies": { | ||
"@babel/core": "^7.26.8", | ||
"@babel/core": "^7.26.9", | ||
"@babel/core-7.12": "npm:@babel/core@7.12.9", | ||
"@babel/helper-plugin-test-runner": "^7.25.9", | ||
"@babel/traverse": "^7.26.8" | ||
"@babel/traverse": "^7.26.9" | ||
}, | ||
@@ -100,0 +100,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
153075
44
1025
0
+ Addedelectron-to-chromium@1.5.102(transitive)
- Removedelectron-to-chromium@1.5.103(transitive)