expose File

This commit is contained in:
Sebastian McKenzie 2015-08-11 00:59:58 +01:00
parent f43e6d4ca8
commit e273d9bfe1

View File

@ -8,6 +8,7 @@ export { util, babylon as acorn, transform };
export { pipeline } from "../transformation";
export { canCompile } from "../util";
export { default as File } from "../transformation/file";
export { default as options } from "../transformation/file/options/config";
export { default as Plugin } from "../transformation/plugin";
export { default as Transformer } from "../transformation/transformer";