Skip to content

JS: fix that very large TypeScript files would crash the extractor #16546

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

Merged
merged 3 commits into from
May 22, 2024

Conversation

erik-krogh
Copy link
Contributor

@erik-krogh erik-krogh commented May 21, 2024

Should fix: #13656

I replicated the issue locally. We didn't exclude large files from the TypeScript extraction, only the plain JavaScript extraction.

@github-actions github-actions bot added the JS label May 21, 2024
@erik-krogh erik-krogh marked this pull request as ready for review May 21, 2024 20:15
@erik-krogh erik-krogh requested a review from a team as a code owner May 21, 2024 20:15
Copy link
Contributor

@sidshank sidshank left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@erik-krogh erik-krogh merged commit 92df0a3 into github:main May 22, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The TypeScript parser wrapper crashed with exit code 1
2 participants