Compile build in strict mode

This commit is contained in:
Matt Bierner
2018-10-03 15:49:52 -07:00
parent 494395f62f
commit 5de9c9bf8b
8 changed files with 3 additions and 85 deletions

View File

@@ -447,7 +447,6 @@ function execute() {
var languageService = ts.createLanguageService(new TypeScriptLanguageServiceHost({}, SRC_FILES, {}));
var t1 = Date.now();
Object.keys(SRC_FILES).forEach(function (fileName) {
var t = Date.now();
var emitOutput = languageService.getEmitOutput(fileName, true);
OUTPUT_FILES[SRC_FILE_TO_EXPECTED_NAME[fileName]] = emitOutput.outputFiles[0].text;
// console.log(`Generating .d.ts for ${fileName} took ${Date.now() - t} ms`);