This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-25 15:29:32 -05:00
Code
Issues
Packages
1
Wiki
Activity
6ce16145dd
denoland-deno
/
tests
/
testdata
/
lint
/
watch
/
badly_linted.js.out
3 lines
86 B
Text
Raw
Normal View
History
Unescape
Escape
feat(cli): improved diagnostics printing (#22049) This initially uses the new diagnostic printer in `deno lint`, `deno doc` and `deno publish`. In the limit we should also update `deno check` to use this printer.
2024-01-23 10:37:43 -05:00
error[no-unused-vars]: `a` is never used
error[prefer-const]: `a` is never reassigned
Copy permalink