Remove unused helpers prop.

This commit is contained in:
Logan Smyth 2017-09-29 12:39:29 -07:00
parent f20f8b164f
commit a390a92d6a

View File

@ -77,8 +77,6 @@ export default class File {
this.hub = new Hub(this);
}
static helpers: Array<string>;
pluginPasses: Array<Array<[Plugin, Object]>>;
parserOpts: BabelParserOptions;
opts: Object;