TypeScript Version: 3.6.2 (offending code is still in repo when writing this)
Search Terms:
process argv etw
Code
|
perfLogger.logInfoEvent(`Starting TypeScript v${versionMajorMinor} with command line: ${JSON.stringify(process.argv)}`); |
perfLogger.logInfoEvent(`Starting TypeScript v${versionMajorMinor} with command line: ${JSON.stringify(process.argv)}`);
Expected behavior:
Should not use process directly.
Actual behavior:
It crashes in hosts which does not have process like browsers or any other than nodejs.
TypeScript Version: 3.6.2 (offending code is still in repo when writing this)
Search Terms:
process argv etw
Code
TypeScript/src/compiler/perfLogger.ts
Line 42 in 01e1b1b
Expected behavior:
Should not use process directly.
Actual behavior:
It crashes in hosts which does not have
processlike browsers or any other than nodejs.