Turbopack: ignore invalid sourcemaps for now (#76215)
https://github.com/vercel/next.js/pull/75791 made the sourcemap handling stricter, it caused this when encountering invalid input source maps (i.e. the ones that are published to npm).
Let's keep the old behavior for now (which is also what Webpack does).
```
Caused by:
0: Execution of run_inner_operation failed
1: Execution of run_test_operation failed
2: Execution of ModuleGraph::from_modules failed
3: Execution of SingleModuleGraph::new_with_entries failed
4: [project]/turbopack/crates/turbopack-tests/tests/snapshot/source_maps/invalid/input/index.js [test] (ecmascript)
5: Execution of primary_chunkable_referenced_modules failed
6: Execution of <EcmascriptModuleAsset as Module>::references failed
7: Execution of analyse_ecmascript_module failed
8: failed to analyse ecmascript module '[project]/turbopack/crates/turbopack-tests/tests/snapshot/source_maps/invalid/input/index.js [test] (ecmascript)'
9: Execution of <SourceMapReference as GenerateSourceMap>::generate_source_map failed
10: invalid type: string "use client", expected struct SourceMapJson at line 1 column 12
```