Files
bun.sh/src
Claude 55820bec90 Add code flow visualizer for source-to-output debugging
This new visualizer provides what's actually needed for debugging:
- Split-pane view showing source code and output code side-by-side
- Source snippets included in JSON dumps (first 500 chars)
- Placeholders for output snippets and source mappings
- Stage comparison to see what changes between bundler phases
- CodeMirror editors for syntax-highlighted code viewing
- Symbol flow tracking between source and output
- Foundation for overlaying transformations on actual code

The original graph visualizer is still generated for high-level analysis,
while the new code_flow visualizer focuses on the actual code transformations.

Next steps would be:
- Capture actual output code from compile results
- Extract and include source mappings
- Show real symbol transformations with arrows
- Highlight exact symbol locations in code
2025-08-28 04:49:19 +02:00
..
2025-07-21 13:26:47 -07:00
2025-07-21 13:26:47 -07:00
2025-07-29 19:35:46 -07:00
2025-08-23 06:57:00 -07:00
2025-07-21 13:26:47 -07:00
2025-07-21 13:26:47 -07:00
2025-07-21 13:26:47 -07:00
2025-07-21 13:26:47 -07:00
2025-07-21 13:26:47 -07:00
2025-07-21 13:26:47 -07:00
2025-07-21 13:26:47 -07:00
2025-07-21 13:26:47 -07:00
2025-07-21 13:26:47 -07:00
2025-07-21 13:26:47 -07:00
2025-02-01 01:11:02 -08:00
2025-07-21 13:26:47 -07:00
2025-07-21 13:26:47 -07:00