Files
Kmake/test/fixtures/source-map/no-source.js

9 lines
260 B
JavaScript
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
function Throw() {
throw new Error('foo');
}
Throw();
// To recreate:
//
// npx tsc --outDir test/fixtures/source-map --sourceMap test/fixtures/source-map/no-source.ts
// rename the "source.[0]" to "file-not-exists.ts"
//# sourceMappingURL=no-source.js.map