update to typescript@4.0.2

This commit is contained in:
Alex Dima 2020-09-07 17:58:25 +02:00
parent 2edd71ff65
commit 7509dfc100
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0
9 changed files with 73512 additions and 53724 deletions

View file

@ -61,12 +61,6 @@ export const typescriptVersion = "${typeScriptDependencyVersion}";\n`
process.exit(1);
}
// Make sure process.args don't get called in the browser, this
// should only happen in TS 2.6.2
const beforeProcess = `ts.perfLogger.logInfoEvent("Starting TypeScript v" + ts.versionMajorMinor + " with command line: " + JSON.stringify(process.argv));`
const afterProcess = `// MONACOCHANGE\n ts.perfLogger.logInfoEvent("Starting TypeScript v" + ts.versionMajorMinor + " with command line: " + JSON.stringify([]));\n// END MONACOCHANGE`
tsServices = tsServices.replace(beforeProcess, afterProcess);
var tsServices_amd = generatedNote + tsServices +
`
// MONACOCHANGE