You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The version of TypeScript that was installed (i.e. `npx tsc -v` or `yarn tsc -v`)
322
+
* The version of Node on which TypeScript ran (i.e. `node -v`)
322
323
* The output of running with `extendedDiagnostics` (`tsc --extendedDiagnostics -p tsconfig.json`)
323
324
* Ideally, a project that demonstrates the issues being encountered.
324
325
* Output logs from profiling the compiler (`isolate-*-*-*.log` and `*.cpuprofile` files)
325
326
326
327
### Profiling the Compiler
327
328
328
-
It is important to provide the team with diagnostic traces by running Node.js with the `--trace-ic` flag alongside TypeScript with the `--generateCpuProfile` flag:
329
+
It is important to provide the team with diagnostic traces by running Node.js v10+ with the `--trace-ic` flag alongside TypeScript with the `--generateCpuProfile` flag:
0 commit comments