mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
91 lines
2.1 KiB
Text
91 lines
2.1 KiB
Text
{
|
|
"roots": [
|
|
"file://[WILDCARD]/info/json_output/main.ts"
|
|
],
|
|
"modules": [
|
|
{
|
|
"dependencies": [
|
|
{
|
|
"specifier": "../../subdir/mod1.ts",
|
|
"code": {
|
|
"specifier": "file://[WILDCARD]/subdir/mod1.ts",
|
|
"span": {
|
|
"start": {
|
|
"line": 0,
|
|
"character": 52
|
|
},
|
|
"end": {
|
|
"line": 0,
|
|
"character": 74
|
|
}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"kind": "esm",
|
|
"local": "[WILDCARD]main.ts",
|
|
[WILDCARD]
|
|
"mediaType": "TypeScript",
|
|
"specifier": "file://[WILDCARD]/json_output/main.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": {},
|
|
"npmPackages": {}
|
|
}
|