summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/did_open_params_import_hover.json
blob: 260e304d1a9297334352f3d9ec8af2f49a3a4f13 (plain)
1
2
3
4
5
6
7
8
{
  "textDocument": {
    "uri": "file:///a/file.ts",
    "languageId": "typescript",
    "version": 1,
    "text": "import * as a from \"http://127.0.0.1:4545/xTypeScriptTypes.js\";\n// @deno-types=\"http://127.0.0.1:4545/cli/tests/type_definitions/foo.d.ts\"\nimport * as b from \"http://127.0.0.1:4545/cli/tests/type_definitions/foo.js\";\nimport * as c from \"http://127.0.0.1:4545/cli/tests/subdir/type_reference.js\";\nimport * as d from \"http://127.0.0.1:4545/cli/tests/subdir/mod1.ts\";\nimport * as e from \"data:application/typescript;base64,ZXhwb3J0IGNvbnN0IGEgPSAiYSI7CgpleHBvcnQgZW51bSBBIHsKICBBLAogIEIsCiAgQywKfQo=\";\nimport * as f from \"./file_01.ts\";\n\nconsole.log(a, b, c, d, e, f);\n"
  }
}