2024/10/21〜2024/10/27の最新情報
Deno v2.0.3 Deno v2.0.3がリリースされました。 deno lsp Interactive Inlay Hints for Types Interactive Inlay Hints for Typesが実装されています。Inlay Hintsの内容をクリックすることで、その定義元へジャンプできるようです。 feat(lsp): interactive inlay hints #26382 import-map-remap quickfix type imports (import type)に対してもimport-map-remap quickfixが利用できるよう改善されています。 fix(lsp): import-map-remap quickfix for type imports #26454 deno compile Node-APIのサポート deno compileで生成されたバイナリでNode-APIがサポートされています。 feat: support node-api in denort #26389 deno check --frozenのサポート deno checkコマンドで--frozenオプションの指定がサポートされています。 fix(check): support --frozen on deno check #26479 deno fmt --extの挙動の変更 deno fmtに--extオプションを指定した際に、引数でのファイルの指定が必須に変更されています。...