2021-02-05 15:10:53 -05:00
|
|
|
{
|
2021-05-17 16:45:13 -04:00
|
|
|
"textDocument": {
|
|
|
|
"uri": "file:///a/file.ts"
|
|
|
|
},
|
|
|
|
"range": {
|
|
|
|
"start": {
|
|
|
|
"line": 1,
|
|
|
|
"character": 2
|
|
|
|
},
|
|
|
|
"end": {
|
|
|
|
"line": 1,
|
|
|
|
"character": 7
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"context": {
|
2021-02-05 15:10:53 -05:00
|
|
|
"diagnostics": [
|
|
|
|
{
|
|
|
|
"range": {
|
|
|
|
"start": {
|
|
|
|
"line": 1,
|
|
|
|
"character": 2
|
|
|
|
},
|
|
|
|
"end": {
|
|
|
|
"line": 1,
|
|
|
|
"character": 7
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"severity": 1,
|
|
|
|
"code": 1308,
|
|
|
|
"source": "deno-ts",
|
|
|
|
"message": "'await' expressions are only allowed within async functions and at the top levels of modules.",
|
|
|
|
"relatedInformation": []
|
|
|
|
}
|
|
|
|
],
|
2021-05-17 16:45:13 -04:00
|
|
|
"only": [
|
|
|
|
"quickfix"
|
|
|
|
]
|
2021-02-05 15:10:53 -05:00
|
|
|
}
|
|
|
|
}
|