[jssrc2cpg] Bump astgen 3.34.0 -> 3.41.0#5914
Open
max-leuthaeuser wants to merge 2 commits intomasterfrom
Open
[jssrc2cpg] Bump astgen 3.34.0 -> 3.41.0#5914max-leuthaeuser wants to merge 2 commits intomasterfrom
max-leuthaeuser wants to merge 2 commits intomasterfrom
Conversation
Key canges in astgen since 3.34.0: - 3.36.0: Add readable check to src dir - 3.38.0: Add add guard for large/generated files (size >5MB, >50K lines, >10K byte lines) to prevent OOM on emscripten checks - 3.39.0: Fix OOM on large JS/TS projects: remove NoTruncation type flag, add MAX_TYPE_STRING_LENGTH guard, skip type resolution for keyword/punctuation nodes - 3.40.0: Reduce memory pressure and redundant I/O for large projects: merge file content checks into single pass, stream AST serialization in 64KB chunks, stream typemap serialization directly from Map entries
ml86
approved these changes
Apr 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Key canges in astgen since 3.34.0: