next.js
0ee8d5c7 - fix(turbopack): Use comments instead of AST nodes for unreachables (#79703)

Commit
327 days ago
fix(turbopack): Use comments instead of AST nodes for unreachables (#79703) ### What? Use unreachable comments instead of AST nodes for statically analyzable unreachable AST nodes. ### Why? It causes fewer problems for Firefox and potentially reduces RSS. ### How? - Closes PACK-3843 - Closes #74185
Author
Parents
Loading