Commit Graph

2 Commits

Author SHA1 Message Date
autofix-ci[bot]
dc3ecb1417 [autofix.ci] apply automated fixes 2025-09-29 03:47:30 +00:00
Claude Bot
d7b0a6a20e test: add self-contained regression test for Angular CLI hang with __exportStar
Angular CLI hangs indefinitely when using `bun run --bun` due to an
infinite loop in TypeScript's __exportStar helper when processing
certain module structures.

The issue occurs when __exportStar iterates over module exports using
Object.getOwnPropertyDescriptor and Object.defineProperty with modules
that have complex class structures with property initializers and
multiple nested __importStar patterns.

This test reproduces the exact pattern from @angular-devkit/core that
causes the hang, but in a self-contained way without requiring Angular
to be installed.

The test is currently skipped as it reproduces the hang.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 03:44:33 +00:00