@babel/types
Advanced tools
Comparing version
@@ -18,2 +18,3 @@ "use strict"; | ||
node.type = "ClassExpression"; | ||
node.abstract = false; | ||
} else if ((0, _index.isFunction)(node)) { | ||
@@ -20,0 +21,0 @@ node.type = "FunctionExpression"; |
{ | ||
"name": "@babel/types", | ||
"version": "7.27.1", | ||
"version": "7.27.3", | ||
"description": "Babel Types is a Lodash-esque utility library for AST nodes", | ||
@@ -23,4 +23,4 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
"devDependencies": { | ||
"@babel/generator": "^7.27.1", | ||
"@babel/parser": "^7.27.1", | ||
"@babel/generator": "^7.27.3", | ||
"@babel/parser": "^7.27.3", | ||
"glob": "^7.2.0" | ||
@@ -27,0 +27,0 @@ }, |
Sorry, the diff of this file is not supported yet
2597634
0.01%20220
0