@babel/helper-function-name
Advanced tools
Comparing version 7.21.4-esm.4 to 7.22.5
@@ -1,3 +0,9 @@ | ||
import template from "@babel/template"; | ||
import * as _t from "@babel/types"; | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.default = _default; | ||
var _template = require("@babel/template"); | ||
var _t = require("@babel/types"); | ||
const { | ||
@@ -25,3 +31,3 @@ NOT_LOCAL_BINDING, | ||
} | ||
const buildPropertyMethodAssignmentWrapper = template.statement(` | ||
const buildPropertyMethodAssignmentWrapper = _template.default.statement(` | ||
(function (FUNCTION_KEY) { | ||
@@ -39,3 +45,3 @@ function FUNCTION_ID() { | ||
`); | ||
const buildGeneratorPropertyMethodAssignmentWrapper = template.statement(` | ||
const buildGeneratorPropertyMethodAssignmentWrapper = _template.default.statement(` | ||
(function (FUNCTION_KEY) { | ||
@@ -119,3 +125,3 @@ function* FUNCTION_ID() { | ||
} | ||
export default function ({ | ||
function _default({ | ||
node, | ||
@@ -122,0 +128,0 @@ parent, |
{ | ||
"name": "@babel/helper-function-name", | ||
"version": "7.21.4-esm.4", | ||
"version": "7.22.5", | ||
"description": "Helper function to change the property 'name' of every function", | ||
@@ -17,4 +17,4 @@ "repository": { | ||
"dependencies": { | ||
"@babel/template": "7.21.4-esm.4", | ||
"@babel/types": "7.21.4-esm.4" | ||
"@babel/template": "^7.22.5", | ||
"@babel/types": "^7.22.5" | ||
}, | ||
@@ -25,3 +25,3 @@ "engines": { | ||
"author": "The Babel Team (https://babel.dev/team)", | ||
"type": "module" | ||
"type": "commonjs" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
21522
164
0
5
No
+ Added@babel/code-frame@7.26.2(transitive)
+ Added@babel/helper-string-parser@7.25.9(transitive)
+ Added@babel/helper-validator-identifier@7.25.9(transitive)
+ Added@babel/parser@7.26.2(transitive)
+ Added@babel/template@7.25.9(transitive)
+ Added@babel/types@7.26.0(transitive)
+ Addedpicocolors@1.1.1(transitive)
- Removed@babel/code-frame@7.21.4-esm.4(transitive)
- Removed@babel/helper-string-parser@7.21.4-esm.4(transitive)
- Removed@babel/helper-validator-identifier@7.21.4-esm.4(transitive)
- Removed@babel/highlight@7.21.4-esm.4(transitive)
- Removed@babel/parser@7.21.4-esm.4(transitive)
- Removed@babel/template@7.21.4-esm.4(transitive)
- Removed@babel/types@7.21.4-esm.4(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedchalk@2.4.2(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedsupports-color@5.5.0(transitive)
- Removedto-fast-properties@2.0.0(transitive)
Updated@babel/template@^7.22.5
Updated@babel/types@^7.22.5