Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Generalize code and documentation to include Firefox

オープン
#71 コメント 1 件 リアクション 3 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
clojure

調査の方向性

まずリンクされている Firefox の実装状況を確認し、次に明示的な Chrome 47 チェックの周辺にある src/lib/devtools/formatters.cljs を読んでください。Chrome 固有の表現についてドキュメントを確認し、ブラウザーが formatter をサポートしていない場合に formatter のサポートをどのように表現すべきかを判断してください。コードとドキュメントが Firefox を考慮しつつ、ユーザーへの適切な案内を失わない状態になれば完了です。

索引モデルが issue の本文から書いたものです。

説明

An implementation for custom formatters in Firefox is on its way. So the code and documentaton of the CLJS DevTools should account for that.

Currently, there's an explicit check for Chrome 47 in the formatters code.

One possibility would be to simply remove the check and the logic around it as browsers not supporting custom formatters simply display the logged objects with their normal rendering.
The downside of that approach is, of course, that there won't be a hint anymore when the custom formatters couldn't be applied.

And the documentation is also still very much focused on Chrome as browser. Once the implementation in Firefox stands, all mentions in the documentation should reflect that. This means, adding Firefox where necessary or removing the wording related to Chrome where possible.

Sebastian

主要言語
Clojure
スター
1.1k
フォーク
51
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

binaryage/cljs-devtools のほかの issue

binaryage/cljs-devtools の issue をすべて見る

似ている issue

Clojure の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。