-
-
Notifications
You must be signed in to change notification settings - Fork 247
Closed
Description
Current behavior
The README describes how to profile slow type-checking by setting generateTrace
in tsconfig.json
. However this doesn't work with recent TypeScript versions.
Expected behavior
When building with "generateTrace": "./traces"
in tsconfig.json
, trace files should be created in ./traces
as stated in the README.
Steps to reproduce the issue
- Set up a project with a recent version of TypeScript (I'm using 4.6.2, but I'm nearly certain this problem exists as far back as 4.2.x).
- Set up a
tsconfig.json
with"generateTrace": "{folderName}"
as described in the README. - Do a build.
- Observe that no trace files were created.
Environment
- fork-ts-checker-webpack-plugin: 6.2.12
- typescript: 4.6.2
- eslint: 7.32.0
- webpack: 4.46.0
- os: macOS 12.0.1