summaryrefslogtreecommitdiff
path: root/cli/tests/055_info_file_json.out
blob: 20bf94f3f5ae1ac8fae42fb2e87676b9769e8969 (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
{
  "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",
                []
              ]
            ]
          ]
        ]
      ]
    ]
  ]
}