Files
Kmake/test/fixtures/source-map/output/source_map_no_source_file.snapshot
2026-05-26 23:36:42 -07:00

10 lines
242 B
Plaintext

*/test/fixtures/source-map/no-source.js:2
throw new Error('foo');
^
Error: foo
at Throw (*/test/fixtures/source-map/file-not-exists.ts:2:9)
at Object.<anonymous> (*/test/fixtures/source-map/file-not-exists.ts:5:1)
Node.js *