javascript-tutorial / javascript-tutorial/en.javascript.info
resolveMdn no longer trustworthy?
まだ誰も着手していません。
- 主要言語
- HTML
- スター
- 25.5k
- フォーク
- 4k
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I have to replace many [ ](mdn: ) links and insert the full url in the spanish repo because they lead to 404
- some work ok,
- some give 404 and the lucky english link to click
- some give just the 404 and no other clue
it can not be solved by the engine
because some URL are translated too (some lang keep the same url, but Spanish and French translate some MDN url too)
I tested just one Arab article ( https://ar.javascript.info/prototype-inheritance ),
I got the same issue,
mdn: link obj.hasOwnProperty transforms to
https://developer.mozilla.org/ar/docs/Web/JavaScript/Reference/Global_Objects/Object/hasOwnProperty
404 with the lucky link this time.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
アラビア語の記事から mdn: obj.hasOwnProperty リンクを再現することから始め、生成された URL を、説明されているスペイン語およびフランス語のケースと比較します。ローカライズされた MDN パスに対する resolveMdn の処理を調べます。完了条件は、翻訳されたリンクが説明のない 404s に誘導されなくなるか、信頼できる完全な URL に置き換えられることです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript
- 領域
- documentation, localization
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100