@putout/babel 2.1.0 → 2.2.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 {