diff options
Diffstat (limited to 'cli/tests/055_info_file_json.out')
-rw-r--r-- | cli/tests/055_info_file_json.out | 43 |
1 files changed, 26 insertions, 17 deletions
diff --git a/cli/tests/055_info_file_json.out b/cli/tests/055_info_file_json.out index 08dc73790..5c5da8836 100644 --- a/cli/tests/055_info_file_json.out +++ b/cli/tests/055_info_file_json.out @@ -1,25 +1,34 @@ { "local": "[WILDCARD]005_more_imports.ts", "fileType": "TypeScript", - "compiled": "[WILDCARD].js", + "compiled": null, "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", - [] - ] + "depCount": 3, + "deps": { + "name": "file://[WILDCARD]/005_more_imports.ts", + "size": 211, + "totalSize": 757, + "deps": [ + { + "name": "file://[WILDCARD]/subdir/mod1.ts", + "size": 320, + "totalSize": 546, + "deps": [ + { + "name": "file://[WILDCARD]/subdir/subdir2/mod2.ts", + "size": 163, + "totalSize": 226, + "deps": [ + { + "name": "file://[WILDCARD]/subdir/print_hello.ts", + "size": 63, + "totalSize": 63, + "deps": [] + } ] - ] + } ] - ] + } ] - ] + } }
\ No newline at end of file |