LSP now surfaces deno doc --lint warnings (
4b2ac61)
The language server now reports deno doc --lint findings as editor diagnostics for published package entrypoints, including missing JSDoc, explicit types, and return types. That lets package authors catch public-API documentation issues directly in the editor instead of discovering them only at publish time.
Type-checking now treats eligible npm .d.ts files as ESM (
b89147b)
Deno’s resolver now looks beyond the nearest package.json `