0fafdc83e4bde61e04b9f0eaf82498c110e3db9d.svn-base 230 Bytes Raw Blame History Permalink 1 2 3 4 5 6 #!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const bin_1 = require("./bin"); bin_1.main(['--transpile-only', ...process.argv.slice(2)]); //# sourceMappingURL=bin-transpile.js.map