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