@babel/plugin-transform-function-name
Advanced tools
+1
-1
@@ -5,3 +5,3 @@ import { isRequired } from '@babel/helper-compilation-targets'; | ||
| const index = declare(api => { | ||
| api.assertVersion("^7.0.0-0 || ^8.0.0 || 8.0.0-rc.4"); | ||
| api.assertVersion("^7.0.0-0 || ^8.0.0 || 8.0.0-rc.5"); | ||
| const supportUnicodeId = !isRequired("transform-unicode-escapes", api.targets()); | ||
@@ -8,0 +8,0 @@ return { |
+7
-7
| { | ||
| "name": "@babel/plugin-transform-function-name", | ||
| "version": "8.0.0-rc.4", | ||
| "version": "8.0.0-rc.5", | ||
| "description": "Apply ES2015 function.name semantics to all functions", | ||
@@ -20,14 +20,14 @@ "repository": { | ||
| "dependencies": { | ||
| "@babel/helper-compilation-targets": "^8.0.0-rc.4", | ||
| "@babel/helper-plugin-utils": "^8.0.0-rc.4" | ||
| "@babel/helper-compilation-targets": "^8.0.0-rc.5", | ||
| "@babel/helper-plugin-utils": "^8.0.0-rc.5" | ||
| }, | ||
| "peerDependencies": { | ||
| "@babel/core": "^8.0.0-rc.4" | ||
| "@babel/core": "^8.0.0-rc.5" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^8.0.0-rc.4", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-rc.4" | ||
| "@babel/core": "^8.0.0-rc.5", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-rc.5" | ||
| }, | ||
| "engines": { | ||
| "node": "^20.19.0 || >=22.12.0" | ||
| "node": "^22.18.0 || >=24.11.0" | ||
| }, | ||
@@ -34,0 +34,0 @@ "author": "The Babel Team (https://babel.dev/team)", |