2020-08-31 07:53:42 -04:00
|
|
|
{
|
|
|
|
"diagnostics": [
|
|
|
|
{
|
2024-02-08 20:40:26 -05:00
|
|
|
"filename": "[WILDCARD]$deno$stdin.ts",
|
2020-09-02 05:39:20 -04:00
|
|
|
"range": {
|
|
|
|
"start": {
|
|
|
|
"line": 1,
|
2021-04-09 17:35:29 -04:00
|
|
|
"col": 8,
|
|
|
|
"bytePos": 8
|
2020-09-02 05:39:20 -04:00
|
|
|
},
|
|
|
|
"end": {
|
|
|
|
"line": 1,
|
2021-04-09 17:35:29 -04:00
|
|
|
"col": 11,
|
|
|
|
"bytePos": 11
|
2020-09-02 05:39:20 -04:00
|
|
|
}
|
2020-08-31 07:53:42 -04:00
|
|
|
},
|
|
|
|
"message": "`any` type is not allowed",
|
2020-10-02 07:51:37 -04:00
|
|
|
"code": "no-explicit-any",
|
2020-10-30 15:39:53 -04:00
|
|
|
"hint": [WILDCARD]
|
2020-08-31 07:53:42 -04:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"errors": []
|
|
|
|
}
|