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