@oxc-project/types
Advanced tools
Comparing version
{ | ||
"name": "@oxc-project/types", | ||
"version": "0.67.0", | ||
"version": "0.68.0", | ||
"description": "Types for Oxc AST nodes", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1378,4 +1378,4 @@ // Auto-generated code, DO NOT EDIT DIRECTLY! | ||
typeAnnotation: TSType | null; | ||
optional: true | '+' | '-' | null; | ||
readonly: true | '+' | '-' | null; | ||
optional: TSMappedTypeModifierOperator | null; | ||
readonly: TSMappedTypeModifierOperator | null; | ||
key: TSTypeParameter['name']; | ||
@@ -1385,2 +1385,4 @@ constraint: TSTypeParameter['constraint']; | ||
export type TSMappedTypeModifierOperator = true | '+' | '-'; | ||
export interface TSTemplateLiteralType extends Span { | ||
@@ -1387,0 +1389,0 @@ type: 'TSTemplateLiteralType'; |
44665
0.19%1608
0.06%