タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

TypeScriptとnpmとarticleに関するefclのブックマーク (2)

  • Denoからnpmパッケージを使用するノウハウ

    このページの内容は古くなっています。 最新の情報については、以下のページを参照いただければと思います。 https://zenn.dev/uki00a/books/effective-deno/viewer/how-to-use-npm-packages DenoJavaScript/TypeScriptランタイムであるため、既存のNode.jsやブラウザの資産をある程度活かすことができます。 この記事では、Denoからnpmパッケージを使用する際のノウハウについて、パッケージの種別ごとに解説します。 DenoとNode.jsの両方をサポートするパッケージ Node.jsとブラウザの両方で動作するパッケージ CommonJS形式で配布されているパッケージ Node.jsのAPIに依存するパッケージ DenoとNode.jsの両方をサポートするパッケージ npmパッケージの中にはDeno

    Denoからnpmパッケージを使用するノウハウ
    efcl
    efcl 2021/01/01
    Denoからnpmに公開されたパッケージを利用する方法について。 skypack、esm.sh、jspm.devを使った方法について。 また、JavaScriptで書かれたパッケージを型チェックする仕組みとしての`X-TypeScript-Types`ヘッダと`@deno-types`について
  • Publishing Typings to DefinitelyTyped

    IntroTypescript is a great addition to JavaScript. Unfortunately, not every JS package has definitions for TypeScript. Of course, you could create your custom definition in your project, but I believe that sharing these definitions makes things easier for the community: A large community maintains shared typingsThe review process could provide valuable insightsThe definition helps spread the Types

    Publishing Typings to DefinitelyTyped
    efcl
    efcl 2019/11/18
    `@types`パッケージの作成方法、削除方法、DefinitelyTypedへのPull Requestの出し方、テストについてなど
  • 1