@babel/parser
Advanced tools
+2
-2
| { | ||
| "name": "@babel/parser", | ||
| "version": "7.29.7", | ||
| "version": "7.29.8", | ||
| "description": "A JavaScript parser", | ||
@@ -38,3 +38,3 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
| "dependencies": { | ||
| "@babel/types": "^7.29.7" | ||
| "@babel/types": "^7.29.8" | ||
| }, | ||
@@ -41,0 +41,0 @@ "devDependencies": { |
@@ -13,3 +13,3 @@ // This file is auto-generated! Do not modify it directly. | ||
| type SyntaxPlugin = "flow" | "typescript" | "jsx" | "pipelineOperator" | "placeholders"; | ||
| type SyntaxPlugin = "flow" | "typescript" | "jsx" | "functionBind" | "pipelineOperator" | "placeholders"; | ||
| type ParseErrorCode = "BABEL_PARSER_SYNTAX_ERROR" | "BABEL_PARSER_SOURCETYPE_MODULE_REQUIRED"; | ||
@@ -16,0 +16,0 @@ interface ParseErrorSpecification<ErrorDetails> { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
2000369
0.14%14909
0.09%Updated