summaryrefslogtreecommitdiff
path: root/tests/specs/run/keep_comments_ts/__test__.jsonc
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-05-14 18:01:31 -0400
committerGitHub <noreply@github.com>2024-05-14 22:01:31 +0000
commit4ddc85e1daa88ef96a2fe730ccfd159c7f1dbb38 (patch)
treef61bdfc9022cdf142897ee783afdbb1f4a8605d7 /tests/specs/run/keep_comments_ts/__test__.jsonc
parentdda8979cb18a2477ceb2ba0e84e0342a7fc516bd (diff)
fix(emit): regression - keep comments in emit (#23815)
Closes https://github.com/denoland/deno/discussions/23814
Diffstat (limited to 'tests/specs/run/keep_comments_ts/__test__.jsonc')
-rw-r--r--tests/specs/run/keep_comments_ts/__test__.jsonc4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/specs/run/keep_comments_ts/__test__.jsonc b/tests/specs/run/keep_comments_ts/__test__.jsonc
new file mode 100644
index 000000000..5517e693d
--- /dev/null
+++ b/tests/specs/run/keep_comments_ts/__test__.jsonc
@@ -0,0 +1,4 @@
+{
+ "args": "run main.ts",
+ "output": "main.out"
+}