Remove unused file properties.

This commit is contained in:
Logan Smyth 2017-09-29 11:43:23 -07:00
parent c8835cbbee
commit 455cb5b8d8

View File

@ -78,9 +78,6 @@ export default class File {
},
};
this.dynamicImportTypes = {};
this.dynamicImportIds = {};
this.dynamicImports = [];
this.declarations = {};
this.usedHelpers = {};
@ -98,9 +95,6 @@ export default class File {
pluginPasses: Array<Array<[Plugin, Object]>>;
parserOpts: BabelParserOptions;
opts: Object;
dynamicImportTypes: Object;
dynamicImportIds: Object;
dynamicImports: Array<Object>;
declarations: Object;
usedHelpers: Object;
path: NodePath;