IronCoreLabs / IronCoreLabs/recrypt-node-binding
Introduce Typescript build process, generate types
- 主要言語
- JavaScript
- スター
- 24
- フォーク
- 6
- 平均マージ
- 2日 50分
- マージ済み PR(30日)
- 2
説明
Now that there is a manually written `index.js` as the entrypoint, we're duplicating a lot of work between `index.js` and `index.d.ts` that is error prone. Write an `index.ts` that replaces both in the repo, and a build process that produces both of the original files for NPM packaging.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start with the existing index.js and index.d.ts entrypoint files, then determine how an index.ts can replace them while preserving the package interface. Define the build process around generating both original files for NPM packaging; done means the generated outputs match the package's required entrypoints.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- node.js, typescript
- 領域
- build-system
- issue の種類
- リファクタリング
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100