summaryrefslogtreecommitdiff
path: root/tests/specs/info/multiple_redirects/main.out
blob: 0021047deb4d2c4e4f9b3ef16fc9d73e7d33fd93 (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
Download http://localhost:4548/subdir/redirects/redirect1.js
Download http://localhost:4546/subdir/redirects/redirect1.js
Download http://localhost:4545/subdir/redirects/redirect1.js
{
  "version": 1,
  "roots": [
    "file:///[WILDLINE]/multiple_redirects/main.ts"
  ],
  "modules": [
    {
      "kind": "esm",
      "dependencies": [
        {
          "specifier": "http://localhost:4548/subdir/redirects/redirect1.js",
          "code": {
            "specifier": "http://localhost:4548/subdir/redirects/redirect1.js",
            "span": {
              "start": {
                "line": 0,
                "character": 22
              },
              "end": {
                "line": 0,
                "character": 75
              }
            }
          }
        }
      ],
      "local": "[WILDLINE]main.ts",
      "size": 97,
      "mediaType": "TypeScript",
      "specifier": "file:///[WILDLINE]/multiple_redirects/main.ts"
    },
    {
      "kind": "esm",
      "local": "[WILDLINE]",
      "size": 27,
      "mediaType": "JavaScript",
      "specifier": "http://localhost:4545/subdir/redirects/redirect1.js"
    }
  ],
  "redirects": {
    "http://localhost:4546/subdir/redirects/redirect1.js": "http://localhost:4545/subdir/redirects/redirect1.js",
    "http://localhost:4548/subdir/redirects/redirect1.js": "http://localhost:4546/subdir/redirects/redirect1.js"
  },
  "npmPackages": {}
}