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