@babel/types
Advanced tools
Comparing version 7.18.0 to 7.18.2
{ | ||
"name": "@babel/types", | ||
"version": "7.18.0", | ||
"version": "7.18.2", | ||
"description": "Babel Types is a Lodash-esque utility library for AST nodes", | ||
@@ -31,3 +31,3 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
"devDependencies": { | ||
"@babel/generator": "^7.18.0", | ||
"@babel/generator": "^7.18.2", | ||
"@babel/parser": "^7.18.0", | ||
@@ -34,0 +34,0 @@ "chalk": "^4.1.0", |
@@ -179,2 +179,3 @@ import util from "util"; | ||
const aliasDescriptions = { | ||
Accessor: "Deprecated. Will be removed in Babel 8.", | ||
Binary: | ||
@@ -181,0 +182,0 @@ "A cover of BinaryExpression and LogicalExpression, which share the same AST shape.", |
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
1049195
20880