Small repo to showcase very slow typescript, draining a lot of computer resources.
To trigger the intense workload follow this formula :
- Open
tsconfig.json - Remove
domfrom thecompilerOptions.libarray - Open
index.ts, wait for the IDE to parse the file - Add
domfrom thecompilerOptions.libarray - Right away without letting the IDE update, switch tab to
index.tsand cut theconsolein two (pressEnter) and then remove the line break
Your IDE should hang, sometimes the UI freeze.