2020-07-08 16:50:12 +02:00
|
|
|
{
|
2021-10-11 08:26:22 +11:00
|
|
|
"roots": [
|
2022-09-19 09:32:21 -05:00
|
|
|
"file://[WILDCARD]/info/json_output/main.ts"
|
2021-10-11 08:26:22 +11:00
|
|
|
],
|
2021-03-01 22:49:58 +11:00
|
|
|
"modules": [
|
|
|
|
{
|
2023-02-22 14:15:25 -05:00
|
|
|
"kind": "esm",
|
2021-03-01 22:49:58 +11:00
|
|
|
"dependencies": [
|
|
|
|
{
|
2022-09-19 09:32:21 -05:00
|
|
|
"specifier": "../../subdir/mod1.ts",
|
2021-10-11 08:26:22 +11:00
|
|
|
"code": {
|
|
|
|
"specifier": "file://[WILDCARD]/subdir/mod1.ts",
|
|
|
|
"span": {
|
|
|
|
"start": {
|
|
|
|
"line": 0,
|
|
|
|
"character": 52
|
|
|
|
},
|
|
|
|
"end": {
|
|
|
|
"line": 0,
|
2022-09-19 09:32:21 -05:00
|
|
|
"character": 74
|
2021-10-11 08:26:22 +11:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-03-01 22:49:58 +11:00
|
|
|
}
|
2020-10-12 13:25:27 +11:00
|
|
|
],
|
2022-09-19 09:32:21 -05:00
|
|
|
"local": "[WILDCARD]main.ts",
|
2021-03-01 22:49:58 +11:00
|
|
|
[WILDCARD]
|
2021-10-11 08:26:22 +11:00
|
|
|
"mediaType": "TypeScript",
|
2022-09-19 09:32:21 -05:00
|
|
|
"specifier": "file://[WILDCARD]/json_output/main.ts"
|
2020-09-16 15:38:38 +02:00
|
|
|
},
|
2021-03-01 22:49:58 +11:00
|
|
|
{
|
2023-02-22 14:15:25 -05:00
|
|
|
"kind": "esm",
|
2021-03-01 22:49:58 +11:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"specifier": "./subdir2/mod2.ts",
|
2021-10-11 08:26:22 +11:00
|
|
|
"code": {
|
|
|
|
"specifier": "file://[WILDCARD]/subdir/subdir2/mod2.ts",
|
|
|
|
"span": {
|
|
|
|
"start": {
|
|
|
|
"line": 0,
|
|
|
|
"character": 40
|
|
|
|
},
|
|
|
|
"end": {
|
|
|
|
"line": 0,
|
|
|
|
"character": 59
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-03-01 22:49:58 +11:00
|
|
|
}
|
2020-10-12 13:25:27 +11:00
|
|
|
],
|
2021-03-01 22:49:58 +11:00
|
|
|
"local": "[WILDCARD]mod1.ts",
|
|
|
|
[WILDCARD]
|
2021-10-11 08:26:22 +11:00
|
|
|
"mediaType": "TypeScript",
|
|
|
|
"specifier": "file://[WILDCARD]/subdir/mod1.ts"
|
2020-09-16 15:38:38 +02:00
|
|
|
},
|
2021-03-01 22:49:58 +11:00
|
|
|
{
|
2022-02-01 09:33:57 +11:00
|
|
|
"kind": "esm",
|
2021-03-01 22:49:58 +11:00
|
|
|
"local": "[WILDCARD]print_hello.ts",
|
|
|
|
[WILDCARD]
|
2021-10-11 08:26:22 +11:00
|
|
|
"mediaType": "TypeScript",
|
|
|
|
"specifier": "file://[WILDCARD]/subdir/print_hello.ts"
|
2020-09-16 15:38:38 +02:00
|
|
|
},
|
2021-03-01 22:49:58 +11:00
|
|
|
{
|
2023-02-22 14:15:25 -05:00
|
|
|
"kind": "esm",
|
2021-03-01 22:49:58 +11:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"specifier": "../print_hello.ts",
|
2021-10-11 08:26:22 +11:00
|
|
|
"code": {
|
|
|
|
"specifier": "file://[WILDCARD]/subdir/print_hello.ts",
|
|
|
|
"span": {
|
|
|
|
"start": {
|
|
|
|
"line": 0,
|
|
|
|
"character": 27
|
|
|
|
},
|
|
|
|
"end": {
|
|
|
|
"line": 0,
|
|
|
|
"character": 46
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-03-01 22:49:58 +11:00
|
|
|
}
|
2020-10-12 13:25:27 +11:00
|
|
|
],
|
2021-03-01 22:49:58 +11:00
|
|
|
"local": "[WILDCARD]mod2.ts",
|
|
|
|
[WILDCARD]
|
2021-10-11 08:26:22 +11:00
|
|
|
"mediaType": "TypeScript",
|
|
|
|
"specifier": "file://[WILDCARD]/subdir/subdir2/mod2.ts"
|
2020-09-16 15:38:38 +02:00
|
|
|
}
|
2021-03-01 22:49:58 +11:00
|
|
|
],
|
2022-10-31 10:25:46 -04:00
|
|
|
"redirects": {},
|
|
|
|
"npmPackages": {}
|
2021-06-04 03:49:02 +09:00
|
|
|
}
|