mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
23 lines
403 B
Text
23 lines
403 B
Text
{
|
|
"diagnostics": [
|
|
{
|
|
"range": {
|
|
"start": {
|
|
"line": 1,
|
|
"col": 8,
|
|
"bytePos": 8
|
|
},
|
|
"end": {
|
|
"line": 1,
|
|
"col": 11,
|
|
"bytePos": 11
|
|
}
|
|
},
|
|
"filename": "_stdin.ts",
|
|
"message": "`any` type is not allowed",
|
|
"code": "no-explicit-any",
|
|
"hint": [WILDCARD]
|
|
}
|
|
],
|
|
"errors": []
|
|
}
|