@oxc-project/types 0.110.0 → 0.111.0
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
|
@@ -1610,7 +1610,7 @@ export interface TSImportEqualsDeclaration extends Span {
|
|
|
1610
1610
|
parent?: Node;
|
|
1611
1611
|
}
|
|
1612
1612
|
|
|
1613
|
-
export type TSModuleReference = TSExternalModuleReference |
|
|
1613
|
+
export type TSModuleReference = TSExternalModuleReference | IdentifierReference | TSQualifiedName;
|
|
1614
1614
|
|
|
1615
1615
|
export interface TSExternalModuleReference extends Span {
|
|
1616
1616
|
type: "TSExternalModuleReference";
|