ionic-team / ionic-team/rollup-plugin-node-polyfills
Events polyfill is not up to date with latest version of Node.js
- 主要言語
- JavaScript
- スター
- 142
- フォーク
- 65
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
The events.js polyfill is not up to date with the latest Node.js
For example, the polyfill is missing the EventEmitter.prototype.off method. This was introduced to node in version 10.0.0 (see https://nodejs.org/dist/latest-v14.x/docs/api/events.html#events_emitter_off_eventname_listener)
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start by inspecting the events.js polyfill and compare its EventEmitter API with the Node.js events documentation linked in the issue. Confirm how EventEmitter.prototype.off should behave, then update the polyfill and verify that the compatibility behavior is covered by the repository's existing checks.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript, node.js
- 領域
- build-system
- issue の種類
- バグ
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100