diff options
Diffstat (limited to 'cli/tests/inline_js_source_map_2_with_inline_contents.js.out')
-rw-r--r-- | cli/tests/inline_js_source_map_2_with_inline_contents.js.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/inline_js_source_map_2_with_inline_contents.js.out b/cli/tests/inline_js_source_map_2_with_inline_contents.js.out new file mode 100644 index 000000000..c123de41e --- /dev/null +++ b/cli/tests/inline_js_source_map_2_with_inline_contents.js.out @@ -0,0 +1,4 @@ +error: Uncaught Error: Hello world! +throw new Error("Hello world!" as unknown as string); + ^ + at http://localhost:4545/cli/tests/inline_js_source_map_2.ts:6:7 |