@babel/helper-function-name
Advanced tools
Comparing version 7.21.4-esm.3 to 7.21.4-esm.4
@@ -1,9 +0,3 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.default = _default; | ||
var _template = require("@babel/template"); | ||
var _t = require("@babel/types"); | ||
import template from "@babel/template"; | ||
import * as _t from "@babel/types"; | ||
const { | ||
@@ -31,3 +25,3 @@ NOT_LOCAL_BINDING, | ||
} | ||
const buildPropertyMethodAssignmentWrapper = _template.default.statement(` | ||
const buildPropertyMethodAssignmentWrapper = template.statement(` | ||
(function (FUNCTION_KEY) { | ||
@@ -45,3 +39,3 @@ function FUNCTION_ID() { | ||
`); | ||
const buildGeneratorPropertyMethodAssignmentWrapper = _template.default.statement(` | ||
const buildGeneratorPropertyMethodAssignmentWrapper = template.statement(` | ||
(function (FUNCTION_KEY) { | ||
@@ -125,3 +119,3 @@ function* FUNCTION_ID() { | ||
} | ||
function _default({ | ||
export default function ({ | ||
node, | ||
@@ -128,0 +122,0 @@ parent, |
{ | ||
"name": "@babel/helper-function-name", | ||
"version": "7.21.4-esm.3", | ||
"version": "7.21.4-esm.4", | ||
"description": "Helper function to change the property 'name' of every function", | ||
@@ -17,4 +17,4 @@ "repository": { | ||
"dependencies": { | ||
"@babel/template": "7.21.4-esm.3", | ||
"@babel/types": "7.21.4-esm.3" | ||
"@babel/template": "7.21.4-esm.4", | ||
"@babel/types": "7.21.4-esm.4" | ||
}, | ||
@@ -21,0 +21,0 @@ "engines": { |
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
6
21384
159
+ Added@babel/code-frame@7.21.4-esm.4(transitive)
+ Added@babel/helper-string-parser@7.21.4-esm.4(transitive)
+ Added@babel/helper-validator-identifier@7.21.4-esm.4(transitive)
+ Added@babel/highlight@7.21.4-esm.4(transitive)
+ Added@babel/parser@7.21.4-esm.4(transitive)
+ Added@babel/template@7.21.4-esm.4(transitive)
+ Added@babel/types@7.21.4-esm.4(transitive)
- Removed@babel/code-frame@7.21.4-esm.3(transitive)
- Removed@babel/helper-string-parser@7.21.4-esm.3(transitive)
- Removed@babel/helper-validator-identifier@7.21.4-esm.3(transitive)
- Removed@babel/highlight@7.21.4-esm.3(transitive)
- Removed@babel/parser@7.21.4-esm.3(transitive)
- Removed@babel/template@7.21.4-esm.3(transitive)
- Removed@babel/types@7.21.4-esm.3(transitive)
Updated@babel/template@7.21.4-esm.4
Updated@babel/types@7.21.4-esm.4