@babel/types
Advanced tools
Comparing version 7.26.0 to 7.26.3
@@ -377,11 +377,13 @@ "use strict"; | ||
visitor: ["id", "body"], | ||
fields: { | ||
fields: Object.assign({ | ||
kind: { | ||
validate: (0, _utils.assertOneOf)("global", "module", "namespace") | ||
}, | ||
declare: (0, _utils.validateOptional)(bool), | ||
global: (0, _utils.validateOptional)(bool), | ||
declare: (0, _utils.validateOptional)(bool) | ||
}, { | ||
global: (0, _utils.validateOptional)(bool) | ||
}, { | ||
id: (0, _utils.validateType)("Identifier", "StringLiteral"), | ||
body: (0, _utils.validateType)("TSModuleBlock", "TSModuleDeclaration") | ||
} | ||
}) | ||
}); | ||
@@ -388,0 +390,0 @@ defineType("TSModuleBlock", { |
{ | ||
"name": "@babel/types", | ||
"version": "7.26.0", | ||
"version": "7.26.3", | ||
"description": "Babel Types is a Lodash-esque utility library for AST nodes", | ||
@@ -31,4 +31,4 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
"devDependencies": { | ||
"@babel/generator": "^7.26.0", | ||
"@babel/parser": "^7.26.0", | ||
"@babel/generator": "^7.26.3", | ||
"@babel/parser": "^7.26.3", | ||
"glob": "^7.2.0" | ||
@@ -35,0 +35,0 @@ }, |
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
2545927
21221