summaryrefslogtreecommitdiff
path: root/tests/testdata/run/inline_js_source_map.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/run/inline_js_source_map.ts')
-rw-r--r--tests/testdata/run/inline_js_source_map.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/testdata/run/inline_js_source_map.ts b/tests/testdata/run/inline_js_source_map.ts
new file mode 100644
index 000000000..5ae7c226a
--- /dev/null
+++ b/tests/testdata/run/inline_js_source_map.ts
@@ -0,0 +1,6 @@
+1 + 1;
+interface Test {
+ hello: string;
+}
+
+// throw new Error("Hello world!" as string);