Add descriptions to tools/protect

This commit is contained in:
James Kyle 2015-07-11 12:03:51 -07:00
parent 4a851130ee
commit 7e64bcd85a

View File

@ -3,7 +3,8 @@ import path from "path";
var root = path.resolve(__dirname, "../../../"); var root = path.resolve(__dirname, "../../../");
/** /**
* [Please add a description.] * Protect Babel internals from being hotlinked by other tools.
* Sorry, not sorry.
*/ */
export default function (module) { export default function (module) {