@oxc-project/types 0.77.0 → 0.77.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types.d.ts +1 -1
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -1175,7 +1175,7 @@ export interface TSTypeReference extends Span {
|
|
|
1175
1175
|
typeArguments: TSTypeParameterInstantiation | null;
|
|
1176
1176
|
}
|
|
1177
1177
|
|
|
1178
|
-
export type TSTypeName = IdentifierReference |
|
|
1178
|
+
export type TSTypeName = IdentifierReference | TSQualifiedName | ThisExpression;
|
|
1179
1179
|
|
|
1180
1180
|
export interface TSQualifiedName extends Span {
|
|
1181
1181
|
type: 'TSQualifiedName';
|