properly export acorn
This commit is contained in:
parent
613e77cd50
commit
f9c56c6dd7
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user