@putout/babel 2.2.0 → 2.4.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/bundle/index.d.ts +1 -0
- package/bundle/index.js +407 -2149
- package/package.json +9 -9
package/bundle/index.d.ts
CHANGED
|
@@ -1598,6 +1598,7 @@ interface TSImportType extends BaseNode {
|
|
|
1598
1598
|
argument: StringLiteral;
|
|
1599
1599
|
qualifier: TSEntityName | null;
|
|
1600
1600
|
typeParameters: TSTypeParameterInstantiation | null;
|
|
1601
|
+
options: Expression | null;
|
|
1601
1602
|
}
|
|
1602
1603
|
|
|
1603
1604
|
interface TSImportEqualsDeclaration extends BaseNode {
|