タグ

ブックマーク / nostics.dev (1)

  • Errors worth reading

    nostics helps library authors replace ad hoc error strings with stable codes, actionable fixes, docs links, and structured Diagnostic objects. [NUXT_B2011] Plugin `./runtime/analytics.server.ts` has mode `client`. ├▶ fix: Rename the file or register it with mode `server`. ├▶ sources: modules/analytics.ts:18:5 ╰▶ see: https://nuxt.com/e/b2011

    Errors worth reading
    efcl
    efcl 2026/07/19
    ライブラリのエラーコードを管理するTypeScriptライブラリ。 エラーコードに対応する理由/修正方法の定義、ソース位置、ドキュメントURLを持つ`Diagnostic`オブジェクトを定義できる。 Nuxtで利用されている
  • 1