summaryrefslogtreecommitdiff
path: root/cli/tests/055_info_file_json.out
blob: 5c5da8836e8b8ddd5d58c7c1f61c66877b9a089d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "local": "[WILDCARD]005_more_imports.ts",
  "fileType": "TypeScript",
  "compiled": null,
  "map": null,
  "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": []
              }
            ]
          }
        ]
      }
    ]
  }
}