@putout/babel 2.1.0 → 2.3.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 CHANGED
@@ -258,7 +258,6 @@ interface Program extends BaseNode {
258
258
  directives: Array<Directive>;
259
259
  sourceType: "script" | "module";
260
260
  interpreter: InterpreterDirective | null;
261
- sourceFile: string;
262
261
  }
263
262
 
264
263
  interface ObjectExpression extends BaseNode {
@@ -1599,6 +1598,7 @@ interface TSImportType extends BaseNode {
1599
1598
  argument: StringLiteral;
1600
1599
  qualifier: TSEntityName | null;
1601
1600
  typeParameters: TSTypeParameterInstantiation | null;
1601
+ options: Expression | null;
1602
1602
  }
1603
1603
 
1604
1604
  interface TSImportEqualsDeclaration extends BaseNode {