summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/055_info_file_json.out
blob: 2dc10a0c2ce583de22a3d1257053a407425f41e6 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
  "roots": [
    "file://[WILDCARD]/005_more_imports.ts"
  ],
  "modules": [
    {
      "dependencies": [
        {
          "specifier": "./subdir/mod1.ts",
          "code": {
            "specifier": "file://[WILDCARD]/subdir/mod1.ts",
            "span": {
              "start": {
                "line": 0,
                "character": 52
              },
              "end": {
                "line": 0,
                "character": 70
              }
            }
          }
        }
      ],
      "kind": "esm",
      "local": "[WILDCARD]005_more_imports.ts",
      [WILDCARD]
      "mediaType": "TypeScript",
      "specifier": "file://[WILDCARD]/005_more_imports.ts"
    },
    {
      "dependencies": [
        {
          "specifier": "./subdir2/mod2.ts",
          "code": {
            "specifier": "file://[WILDCARD]/subdir/subdir2/mod2.ts",
            "span": {
              "start": {
                "line": 0,
                "character": 40
              },
              "end": {
                "line": 0,
                "character": 59
              }
            }
          }
        }
      ],
      "kind": "esm",
      "local": "[WILDCARD]mod1.ts",
      [WILDCARD]
      "mediaType": "TypeScript",
      "specifier": "file://[WILDCARD]/subdir/mod1.ts"
    },
    {
      "kind": "esm",
      "local": "[WILDCARD]print_hello.ts",
      [WILDCARD]
      "mediaType": "TypeScript",
      "specifier": "file://[WILDCARD]/subdir/print_hello.ts"
    },
    {
      "dependencies": [
        {
          "specifier": "../print_hello.ts",
          "code": {
            "specifier": "file://[WILDCARD]/subdir/print_hello.ts",
            "span": {
              "start": {
                "line": 0,
                "character": 27
              },
              "end": {
                "line": 0,
                "character": 46
              }
            }
          }
        }
      ],
      "kind": "esm",
      "local": "[WILDCARD]mod2.ts",
      [WILDCARD]
      "mediaType": "TypeScript",
      "specifier": "file://[WILDCARD]/subdir/subdir2/mod2.ts"
    }
  ],
  "redirects": {}
}