Files
bun.sh/src/ast
Claude Bot ed72bdc3ad refactor: clean up DCE implementation
- Remove incorrect is_truthy() check that was blocking value replacement
- Consolidate duplicated typeof handling into evaluateTypeofForDefine helper
- Remove redundant undefined checks in typeof evaluation
- Simplify code by using recursive helper function instead of manual duplication

The typeof evaluation now uses a single helper function that handles both
identifiers and dot expressions consistently, reducing code duplication
and making the logic clearer.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-10 03:55:04 +00:00
..
2025-09-10 03:55:04 +00:00