diff options
Diffstat (limited to 'cli/tests/055_info_file_json.out')
-rw-r--r-- | cli/tests/055_info_file_json.out | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/cli/tests/055_info_file_json.out b/cli/tests/055_info_file_json.out new file mode 100644 index 000000000..20bf94f3f --- /dev/null +++ b/cli/tests/055_info_file_json.out @@ -0,0 +1,25 @@ +{ + "local": "[WILDCARD]005_more_imports.ts", + "fileType": "TypeScript", + "compiled": "[WILDCARD]005_more_imports.ts.js", + "map": null, + "deps": [ + "file://[WILDCARD]/005_more_imports.ts", + [ + [ + "file://[WILDCARD]/subdir/mod1.ts", + [ + [ + "file://[WILDCARD]/subdir/subdir2/mod2.ts", + [ + [ + "file://[WILDCARD]/subdir/print_hello.ts", + [] + ] + ] + ] + ] + ] + ] + ] +}
\ No newline at end of file |