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