expose transform pipeline and require node api inside of the browser one to avoid race conditions
This commit is contained in:
parent
6f622033c5
commit
16cdb43c67
@ -1,3 +1,4 @@
|
||||
require("./node");
|
||||
var transform = module.exports = require("../transformation");
|
||||
|
||||
transform.options = require("../transformation/file/options");
|
||||
|
||||
@ -5,6 +5,7 @@ import * as util from "../util";
|
||||
import fs from "fs";
|
||||
|
||||
export { util, acorn, transform };
|
||||
export { pipeline } from "../transformation";
|
||||
export { canCompile } from "../util";
|
||||
|
||||
export { default as options } from "../transformation/file/options";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user