@babel/helper-check-duplicate-nodes
Advanced tools
Comparing version 7.21.4-esm.3 to 7.21.4-esm.4
@@ -1,12 +0,6 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.default = checkDuplicateNodes; | ||
var _t = require("@babel/types"); | ||
import * as _t from "@babel/types"; | ||
const { | ||
VISITOR_KEYS | ||
} = _t; | ||
function checkDuplicateNodes(ast) { | ||
export default function checkDuplicateNodes(ast) { | ||
if (arguments.length !== 1) { | ||
@@ -13,0 +7,0 @@ throw new Error("checkDuplicateNodes accepts only one argument: ast"); |
{ | ||
"name": "@babel/helper-check-duplicate-nodes", | ||
"version": "7.21.4-esm.3", | ||
"version": "7.21.4-esm.4", | ||
"description": "Babel helper module for babel transforms authors to check the AST against duplicated nodes.", | ||
@@ -31,8 +31,8 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@babel/types": "7.21.4-esm.3" | ||
"@babel/types": "7.21.4-esm.4" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.21.4-esm.3" | ||
"@babel/core": "7.21.4-esm.4" | ||
}, | ||
"type": "module" | ||
} |
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
7708
50
+ Added@babel/helper-string-parser@7.21.4-esm.4(transitive)
+ Added@babel/helper-validator-identifier@7.21.4-esm.4(transitive)
+ Added@babel/types@7.21.4-esm.4(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/types@7.21.4-esm.3(transitive)
Updated@babel/types@7.21.4-esm.4