Skip to content
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

fix: compiler crashes are not handled #806

Merged

Conversation

volnyansky
Copy link
Contributor

I've added handling of compiler crashes. At the current state, the plugin ignores general compiler failures. In our case, it was "RangeError: Maximum call stack size exceeded" caused by the allowJs compiler option. Plugin just ignored this issue, so we didn't notice that is something wrong with our typescript config and now we need to fix type errors for the last 2 months.

@piotr-oles piotr-oles force-pushed the bugfix/handle_compiler_crashes branch from 94c5c02 to a6c2042 Compare October 4, 2023 07:05
@piotr-oles piotr-oles merged commit d461689 into TypeStrong:main Oct 29, 2023
8 checks passed
@github-actions
Copy link

🎉 This PR is included in version 9.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants