summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lsp/did_open_lint.json
blob: 51cef98077ea4a86f8f1cd5630e33cb92dcc6036 (plain)
1
2
3
4
5
6
7
8
{
  "textDocument": {
    "uri": "file:///a/file.ts",
    "languageId": "typescript",
    "version": 1,
    "text": "// TODO: fixme\nexport async function non_camel_case() {\nconsole.log(\"finished!\")\n}"
  }
}