summaryrefslogtreecommitdiff
path: root/tests/specs/info/json_file/json_output/main.out
blob: d4c2f234da31994a16939332614291c8b75f950e (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
91
92
{
  "roots": [
    "file://[WILDCARD]/json_output/main.ts"
  ],
  "modules": [
    {
      "kind": "esm",
      "dependencies": [
        {
          "specifier": "../mod1.ts",
          "code": {
            "specifier": "file://[WILDCARD]/mod1.ts",
            "span": {
              "start": {
                "line": 0,
                "character": 52
              },
              "end": {
                "line": 0,
                "character": 64
              }
            }
          }
        }
      ],
      "local": "[WILDCARD]main.ts",
      [WILDCARD]
      "mediaType": "TypeScript",
      "specifier": "file://[WILDCARD]/json_output/main.ts"
    },
    {
      "kind": "esm",
      "dependencies": [
        {
          "specifier": "./subdir2/mod2.ts",
          "code": {
            "specifier": "file://[WILDCARD]/subdir2/mod2.ts",
            "span": {
              "start": {
                "line": 0,
                "character": 40
              },
              "end": {
                "line": 0,
                "character": 59
              }
            }
          }
        }
      ],
      "local": "[WILDCARD]mod1.ts",
      [WILDCARD]
      "mediaType": "TypeScript",
      "specifier": "file://[WILDCARD]/mod1.ts"
    },
    {
      "kind": "esm",
      "local": "[WILDCARD]print_hello.ts",
      [WILDCARD]
      "mediaType": "TypeScript",
      "specifier": "file://[WILDCARD]/print_hello.ts"
    },
    {
      "kind": "esm",
      "dependencies": [
        {
          "specifier": "../print_hello.ts",
          "code": {
            "specifier": "file://[WILDCARD]/print_hello.ts",
            "span": {
              "start": {
                "line": 0,
                "character": 27
              },
              "end": {
                "line": 0,
                "character": 46
              }
            }
          }
        }
      ],
      "local": "[WILDCARD]mod2.ts",
      [WILDCARD]
      "mediaType": "TypeScript",
      "specifier": "file://[WILDCARD]/subdir2/mod2.ts"
    }
  ],
  "redirects": {},
  "version": 1,
  "npmPackages": {}
}