summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
authorValentin Anger <syrupthinker@gryphno.de>2020-09-27 21:50:18 +0200
committerGitHub <noreply@github.com>2020-09-27 21:50:18 +0200
commite3adeea7698a178b6ab1ebd2a026e40ad2468d61 (patch)
treeb735a694461bd2443a6713cda4a01c9a05cc5fd3 /cli/tests
parent8cbf0e75b2a7cf0e86608da0cf780b871b582deb (diff)
feat(unstable): add module specifier to deno info --json output (#7725)
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/055_info_file_json.out1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/055_info_file_json.out b/cli/tests/055_info_file_json.out
index c3f5f1c36..7c7bfabb9 100644
--- a/cli/tests/055_info_file_json.out
+++ b/cli/tests/055_info_file_json.out
@@ -1,4 +1,5 @@
{
+ "module": "file://[WILDCARD]005_more_imports.ts",
"local": "[WILDCARD]005_more_imports.ts",
"fileType": "TypeScript",
"compiled": null,