properly export acorn

This commit is contained in:
Sebastian McKenzie 2015-04-01 13:51:15 +11:00
parent 613e77cd50
commit f9c56c6dd7

View File

@ -4,10 +4,9 @@ import * as acorn from "../../acorn";
import * as util from "../util";
import fs from "fs";
export { util };
export { util, acorn };
export { canCompile } from "../util";
export { acorn } from "../../acorn";
export { default as options } from "../transformation/file/options";
export { default as Transformer } from "../transformation/transformer";
export { default as transform } from "../transformation";