mirror of
https://github.com/denoland/deno.git
synced 2025-12-23 08:48:24 +00:00
Update the sourcemap_nonexistent_source test expectation to reflect that source file existence is only checked for npm packages (for performance). Add sourcemap_npm_nonexistent_source test to cover the npm package case where source maps reference non-existent files and should fall back to showing the bundle file path in stack traces.
3 lines
186 B
Text
3 lines
186 B
Text
error: Uncaught (in promise) Error: Test error from npm bundle with missing source
|
|
at throwError ([WILDCARD]node_modules/test-pkg/bundle.js:3:9)
|
|
at [WILDCARD]node_modules.ts:3:1
|