analyze-to-ndjson Converts Next.js bundle analyzer binary files into grep/jq-friendly NDJSON. Analyze artifacts This workflow pre-generates analyzer artifacts in: - - - - - Focus on reading these files and using their evidence to prioritize changes. Output files | File | What's in it | |---|---| | | Global module registry ( , , ) | | | Module dependency graph ( , , : sync/async) | | | Per-route source tree with sizes and environment flags | | | Granular size data: one line per (source, output file) pair | | | Per-route output files with aggregated sizes | | | Route-level summaries | Browsing…