@babel/helper-check-duplicate-nodes
Advanced tools
Comparing version 7.21.4-esm to 7.21.4-esm.1
@@ -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", | ||
"version": "7.21.4-esm.1", | ||
"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" | ||
"@babel/types": "^7.21.4-esm.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.21.4-esm" | ||
"@babel/core": "^7.21.4-esm.1" | ||
}, | ||
"type": "commonjs" | ||
"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
Yes
7710
50
Updated@babel/types@^7.21.4-esm.1