mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
b8af46e007
Unused locals and parameters don't make sense to surface in remote modules. Additionally, fast check can cause these kind of diagnostics when publishing, so they should be ignored. Closes #22959
10 lines
168 B
Text
10 lines
168 B
Text
{
|
|
"base": "jsr",
|
|
"steps": [{
|
|
"args": "check --all main.ts",
|
|
"output": "main.out"
|
|
}, {
|
|
"args": "publish --dry-run",
|
|
"output": "publish.out"
|
|
}]
|
|
}
|