-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
web/javascript 以下を md へ一括変換 #7787
Conversation
私が一番わかるところなので、ここは私がチェックします(目標は8/18中でやりますが、あまりにも時間がかかる場合、明日の朝以降も継続します)。 |
310/1108 までチェックしました(続きは明日)。Note ブロックの変換以外で個別におかしかったところを列挙します。 equality_comparisons_and_sameness等価性の比較を理解するためのモデル?の表の true / false の色が無くなっています。 8/19 11:30頃追記以下、jsxref について指摘していますが、jsxref がそのまま出る原因は、ページ先が存在しない場合のようです。他言語版見る限り、あくまでもローカル上での問題で、デプロイ後は出ないようなので、今回の PR では対処しなくても良いかと思います(どちらにせよ KumaScript の問題で、jsxref で検索してみると、現在、ローカライズ関連の修正 PR が出ています)。 reference/errors/deprecated_tolocaleformatjsxref テンプレートがそのまま出てしまっています。 {{jsxref("Date.prototype.toLocaleFormat")}} 最新の英語版では reference/errors/for-each-in_loops_are_deprecatedこちらも jsxref テンプレートがないパターンですが、英語版は既に存在していません。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
すべて確認完了しました。
少しの手直しで修正できる変換ミスはレビューで修正しましたので、確認をお願いします。
以下の1件は、複数行の修正のため、レビューでは修正していません。ファイルに直接反映をお願いします。
reference/global_objects/unescape
冒頭の警告ブロック部分の引用が崩れています。
変換前の表示の再現がすぐに出来なかったのですが、英語版の最新版の表示に合わせると以下のようになります。
> **Warning:** 警告: `unescape()` は厳密には (「ウェブ標準から削除された」という意味では) 非推奨になっていませんが、 ECMA-262 標準の [Annex B](https://www.ecma-international.org/ecma-262/9.0/index.html#sec-additional-ecmascript-features-for-web-browsers) において定義されており、導入部で次のように位置付けられています。 >> … この附属書で規定されているすべての言語機能および動作は、1 つ以上の望ましくない特性を有しており、古い使用例がない場合には,この仕様から削除される。… … プログラマーは、新しい ECMAScript コードを書く際に、これらの機能や動作の存在を利用したり、仮定したりしてはいけない。 …
files/ja/web/javascript/reference/global_objects/array/reverse/index.md
Outdated
Show resolved
Hide resolved
files/ja/web/javascript/reference/global_objects/map/keys/index.md
Outdated
Show resolved
Hide resolved
files/ja/web/javascript/reference/global_objects/map/values/index.md
Outdated
Show resolved
Hide resolved
files/ja/web/javascript/reference/global_objects/math/random/index.md
Outdated
Show resolved
Hide resolved
files/ja/web/javascript/reference/global_objects/regexp/tostring/index.md
Outdated
Show resolved
Hide resolved
files/ja/web/javascript/reference/global_objects/string/matchall/index.md
Outdated
Show resolved
Hide resolved
files/ja/web/javascript/reference/global_objects/weakmap/index.md
Outdated
Show resolved
Hide resolved
…/index.md Co-authored-by: potappo <[email protected]>
…x.md Co-authored-by: potappo <[email protected]>
…dex.md Co-authored-by: potappo <[email protected]>
…ndex.md Co-authored-by: potappo <[email protected]>
…ng/index.md Co-authored-by: potappo <[email protected]>
…ll/index.md Co-authored-by: potappo <[email protected]>
Co-authored-by: potappo <[email protected]>
@potappo さん |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mfuji09 さん
追加修正 OK です。これでマージします。Note ブロックについては、分割して対応で良いかと思います。
#7782
変換ログは以下の通りです。
Report from 2022/8/18 16:25:01
All unhandled elements
Details per Document
/ja/docs/Web/JavaScript/A_re-introduction_to_JavaScript
Missing conversion rules
/ja/docs/Web/JavaScript/Enumerability_and_ownership_of_properties
Invalid AST transformations
td (26:4) => tableCell
td (50:4) => tableCell
td (72:4) => tableCell
td (105:4) => tableCell
td (133:4) => tableCell
/ja/docs/Web/JavaScript/Guide
Missing conversion rules
/ja/docs/Web/JavaScript/Guide/Meta_programming
Invalid AST transformations
td (74:4) => tableCell
td (105:4) => tableCell
td (120:4) => tableCell
td (132:4) => tableCell
td (141:4) => tableCell
td (150:4) => tableCell
td (160:4) => tableCell
td (169:4) => tableCell
td (179:4) => tableCell
td (192:4) => tableCell
td (204:4) => tableCell
td (219:4) => tableCell
/ja/docs/Web/JavaScript/Guide/Regular_Expressions/Assertions
Invalid AST transformations
td (29:4) => tableCell
td (45:4) => tableCell
td (62:4) => tableCell
/ja/docs/Web/JavaScript/Guide/Regular_Expressions/Character_Classes
Invalid AST transformations
td (30:4) => tableCell
td (129:4) => tableCell
Missing conversion rules
/ja/docs/Web/JavaScript/Guide/Regular_Expressions/Groups_and_Backreferences
Invalid AST transformations
td (52:4) => tableCell
/ja/docs/Web/JavaScript/Guide/Regular_Expressions/Quantifiers
Invalid AST transformations
td (82:4) => tableCell
/ja/docs/Web/JavaScript/Reference/Global_Objects/Array/copyWithin
Missing conversion rules
/ja/docs/Web/JavaScript/Reference/Global_Objects/Array/slice
Missing conversion rules
/ja/docs/Web/JavaScript/Reference/Global_Objects/Function/arguments
Invalid AST transformations
code (15:4) => text
/ja/docs/Web/JavaScript/Reference/Global_Objects/Function/toString
Invalid AST transformations
td (62:4) => tableCell
td (66:4) => tableCell
td (72:4) => tableCell
td (76:4) => tableCell
td (82:4) => tableCell
td (86:4) => tableCell
td (92:4) => tableCell
td (96:4) => tableCell
td (102:4) => tableCell
td (106:4) => tableCell
td (112:4) => tableCell
td (116:4) => tableCell
td (122:4) => tableCell
td (126:4) => tableCell
td (132:4) => tableCell
td (138:4) => tableCell
td (144:4) => tableCell
td (150:4) => tableCell
td (156:4) => tableCell
td (160:4) => tableCell
td (166:4) => tableCell
td (170:4) => tableCell
td (176:4) => tableCell
td (180:4) => tableCell
/ja/docs/Web/JavaScript/Reference/Global_Objects/Generator/next
Missing conversion rules
/ja/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat
Missing conversion rules
/ja/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/resolvedOptions
Missing conversion rules
/ja/docs/Web/JavaScript/Reference/Global_Objects/Map
Invalid AST transformations
td (47:4) => tableCell
Missing conversion rules
/ja/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperties
Missing conversion rules
/ja/docs/Web/JavaScript/Reference/Global_Objects/RegExp/RegExp
Missing conversion rules
/ja/docs/Web/JavaScript/Reference/Global_Objects/String/search
Missing conversion rules
/ja/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/slice
Missing conversion rules
/ja/docs/Web/JavaScript/Reference/Statements/for
Missing conversion rules
/ja/docs/Web/JavaScript/Reference/Statements/import
Missing conversion rules