OOM heap crash with -d or -w, and --noImplicitThis #29902
Labels
Needs Proposal
This issue needs a plan that clarifies the finer details of how it could be implemented.
Suggestion
An idea for TypeScript
Milestone
TypeScript Version: 3.2 - 3.4.0-dev.20190213
Search Terms:
memory heap crash
Code
Expected behavior:
Run:
tsc --noImplicitThis -d test.ts
No crash. There's no crash when there's only 8 functions, but the generated declaration file is 41 MB!
Actual behavior:
With 9 member functions tsc runs out of memory and crashes.
Playground Link:
Related Issues:
The text was updated successfully, but these errors were encountered: