mirror of
https://github.com/denoland/deno.git
synced 2025-10-03 07:34:36 +00:00
Support source maps for internal code.
This commit is contained in:
parent
af6076f3c6
commit
8e2e17cdbe
10 changed files with 142 additions and 32 deletions
7
testdata/008_stack_trace.ts
vendored
Normal file
7
testdata/008_stack_trace.ts
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { throwsError } from "./subdir/mod1.ts";
|
||||
|
||||
function foo() {
|
||||
throwsError();
|
||||
}
|
||||
|
||||
foo();
|
Loading…
Add table
Add a link
Reference in a new issue