expose options

This commit is contained in:
Sebastian McKenzie 2015-04-01 00:39:12 +11:00
parent 088846a347
commit d9762e9049

View File

@ -8,6 +8,7 @@ export { util };
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";
export { default as traverse } from "../traversal";