Support source maps for internal code.

This commit is contained in:
Ryan Dahl 2018-05-21 17:33:33 -04:00
parent af6076f3c6
commit 8e2e17cdbe
10 changed files with 142 additions and 32 deletions

7
testdata/008_stack_trace.ts vendored Normal file
View file

@ -0,0 +1,7 @@
import { throwsError } from "./subdir/mod1.ts";
function foo() {
throwsError();
}
foo();