@oxc-project/types
Advanced tools
+1
-1
| { | ||
| "name": "@oxc-project/types", | ||
| "version": "0.138.0", | ||
| "version": "0.139.0", | ||
| "description": "Types for Oxc AST nodes", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
+4
-4
@@ -78,3 +78,3 @@ // Auto-generated code, DO NOT EDIT DIRECTLY! | ||
| optional?: false; | ||
| typeAnnotation?: null; | ||
| typeAnnotation?: TSTypeAnnotation | null; | ||
| parent?: Node; | ||
@@ -610,3 +610,3 @@ } | ||
| optional?: false; | ||
| typeAnnotation?: null; | ||
| typeAnnotation?: TSTypeAnnotation | null; | ||
| parent?: Node; | ||
@@ -632,3 +632,3 @@ } | ||
| optional?: false; | ||
| typeAnnotation?: null; | ||
| typeAnnotation?: TSTypeAnnotation | null; | ||
| parent?: Node; | ||
@@ -642,3 +642,3 @@ } | ||
| optional?: false; | ||
| typeAnnotation?: null; | ||
| typeAnnotation?: TSTypeAnnotation | null; | ||
| value?: null; | ||
@@ -645,0 +645,0 @@ parent?: Node; |
44577
0.17%