mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
21 lines
348 B
Text
21 lines
348 B
Text
{
|
|
"diagnostics": [
|
|
{
|
|
"range": {
|
|
"start": {
|
|
"line": 1,
|
|
"col": 7
|
|
},
|
|
"end": {
|
|
"line": 1,
|
|
"col": 10
|
|
}
|
|
},
|
|
"filename": "_stdin.ts",
|
|
"message": "`any` type is not allowed",
|
|
"code": "no-explicit-any",
|
|
"hint": null
|
|
}
|
|
],
|
|
"errors": []
|
|
}
|