mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
9 lines
740 B
JSON
9 lines
740 B
JSON
|
{
|
||
|
"textDocument": {
|
||
|
"uri": "file:///a/file.ts",
|
||
|
"languageId": "typescript",
|
||
|
"version": 1,
|
||
|
"text": "import * as a from \"https://localhost:5545/xTypeScriptTypes.js\";\n// @deno-types=\"https://localhost:5545/type_definitions/foo.d.ts\"\nimport * as b from \"https://localhost:5545/type_definitions/foo.js\";\nimport * as c from \"https://localhost:5545/subdir/type_reference.js\";\nimport * as d from \"https://localhost:5545/subdir/mod1.ts\";\nimport * as e from \"data:application/typescript;base64,ZXhwb3J0IGNvbnN0IGEgPSAiYSI7CgpleHBvcnQgZW51bSBBIHsKICBBLAogIEIsCiAgQywKfQo=\";\nimport * as f from \"./file_01.ts\";\nimport * as g from \"http://localhost:4545/x/a/mod.ts\";\n\nconsole.log(a, b, c, d, e, f, g);\n"
|
||
|
}
|
||
|
}
|