expose util as _util

This commit is contained in:
Sebastian McKenzie
2014-11-19 12:11:08 +11:00
parent 03ce52fb7c
commit fa46f60655

View File

@@ -17,6 +17,9 @@ exports.polyfill = function () {
exports.canCompile = util.canCompile;
// do not use this - this is for use by official maintained 6to5 plugins
exports._util = util;
exports.transform = transform;
exports.transformFile = function (filename, opts, callback) {