tsc-to
Version:
TypeScript's command-line compiler `tsc` without type-checking. Benefits:
13 lines • 349 B
JavaScript
;
// This file is here because it's an easy way to test syntactic diagnostics.
// const d = ;
Object.defineProperty(exports, "__esModule", { value: true });
// export namespace What {
var Hello = /** @class */ (function () {
function Hello() {
}
return Hello;
}());
exports.Hello = Hello;
// }
//# sourceMappingURL=foo.js.map