-
Notifications
You must be signed in to change notification settings - Fork 12.8k
@types/[email protected] runs out of memory on TS 3.4 #30973
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
After cleaning node_modules on DefinitelyTyped, lodash passes. |
reactstrap is now much smaller after some changes I made. For this bug, use 8.0.0, not 8.0.1 (or higher). |
#29981 is the culprit here. |
Fixes lodash -- 485k → 85k types. (vs 83k on 3.3) |
This is fixed now. |
For tsc 3.4.3 and above (and probably all 3.4.x)
Expected behavior:
No unexpected errors.
Actual behavior:
node runs out of memory.
This might be an unavoidable effect of the additional work that we do in 3.4 and above, but in that case, those three packages (at least) need to be rewritten to be more efficient.
The text was updated successfully, but these errors were encountered: