reactjs / reactjs/react-docgen
Flow's @platform attribute treated as part of the description
オープン
まだ誰も着手していません。
- 主要言語
- TypeScript
- スター
- 3.8k
- フォーク
- 316
- 平均マージ
- 5時間 7分
- マージ済み PR(30日)
- 4
説明
/**
* TV next focus down (see documentation for the View component).
*
* @platform android
*/
nextFocusDown?: ?number,
gets captured as:
"nextFocusDown": {
"required": false,
"flowType": {
"name": "number",
"nullable": true
},
"description": "TV next focus down (see documentation for the View component).\n\n@platform android"
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず React Native の Button.js の例からの抽出を再現し、次に Flow のドキュメントブロックがどのように解析されるかを追跡します。完了条件は、@platform android アノテーションがプロパティの説明に含まれなくなり、抽出された結果が意図したメタデータの動作と一致することです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- react-native
- 領域
- documentation, tooling
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100