mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
2a36e2f892
- deno_doc 0.1.14 - deno_lint 0.2.7 - dprint-plugin-typescript 0.32.7 - swc_bundler 0.14.1 - swc_ecmascript 0.13.1
23 lines
403 B
Text
23 lines
403 B
Text
{
|
|
"diagnostics": [
|
|
{
|
|
"range": {
|
|
"start": {
|
|
"line": 1,
|
|
"col": 7,
|
|
"bytePos": 7
|
|
},
|
|
"end": {
|
|
"line": 1,
|
|
"col": 10,
|
|
"bytePos": 10
|
|
}
|
|
},
|
|
"filename": "_stdin.ts",
|
|
"message": "`any` type is not allowed",
|
|
"code": "no-explicit-any",
|
|
"hint": [WILDCARD]
|
|
}
|
|
],
|
|
"errors": []
|
|
}
|