1console.error(Object.keys(global).length) 2var m = require("./") 3console.log(m.makeRe("**")) 4console.error(Object.keys(global).length) 5 6