Skip to content

feat: module mangling & tree shaking - #1

Draft
AlphaKR93 wants to merge 3 commits into
devfrom
claude/mangle-treeshake
Draft

feat: module mangling & tree shaking#1
AlphaKR93 wants to merge 3 commits into
devfrom
claude/mangle-treeshake

Conversation

@AlphaKR93

Copy link
Copy Markdown
Member

Summary

  • Add project-wide module-level mangling (locals/nonlocals) and tree-shaking of unreachable/unused code.
  • Resolve FFI library binaries so they're carried through project-wide processing correctly.

Test plan

  • Run project-mode minify over a multi-module tree with FFI resources and confirm output is syntactically valid and importable.
  • Verify mangled names don't collide across linked modules.

@AlphaKR93
AlphaKR93 changed the base branch from main to dev July 24, 2026 06:14
@AlphaKR93
AlphaKR93 marked this pull request as draft July 24, 2026 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants