-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
ECMAScript 2024の対応 #1706
Comments
First Impressionサロゲートペアで判定方法として触れる可能性がある。 Atomicsは触れてないので特に触れない 文字列とUnicode · JavaScript Primer #jsprimerで触れる可能性はあるがちょっとAdvancedな感じがする
ArrayBufferの詳細は触れてないので触れない。 配列 · JavaScript Primer #jsprimer で検討する 非同期処理:Promise/Async Function · JavaScript Primer #jsprimerでDefferredについては触れてないので触れないかもしれない。 |
Well-Formed Unicode Strings孤立したサロゲートペアを発見するメソッド。 encodeURIComponent("\uD800") のような孤立したサロゲートペアを受け取ると例外を投げる文字列の判定に利用できる。 サロゲートペア では、特に孤立したサロゲートペアについては触れていない。 結論Issueは作るが、必要なら対応するぐらいな優先度 |
tc39/proposal-atomics-wait-async: "asynchronous atomic wait" for ECMAScript
結論対応しない |
tc39/proposal-regexp-v-flag: UTS18 set notation in regular expressions特にフラグを網羅してるわけではないので、触れなくても問題なさそう。 結論対応しない |
ArrayBuffer
ArrayBuffer自体を扱っていないので対応しない 結論対応しない |
tc39/proposal-array-grouping: A proposal to make grouping of array items easierWeb互換性のために グループ化は頻出ではあるので含めるのは妥当そうだけど、配置が難しい
という経緯。 データの変換的に見れば
として捉えられる。
結論
|
tc39/proposal-promise-with-resolversPromise.withResolvers によるイベントの Promise 化 | blog.jxck.io Ajax通信 · JavaScript Primer #jsprimerはclickが最初に決まっているので、クリックしたタイミングで付与するわけじゃない。XHRならありえたけど。 少し発展的なパターンなので、この本だと不要そう。 結論対応しない。 |
https://github.com/tc39/ecma262/releases/tag/es2024-candidate-2024-02 |
ES2024対応のメタIssueです
やりかた
book.js
を更新スケジュール
検討リスト
検討対象のリスト
対応リスト
実際に対応するリスト
過去
The text was updated successfully, but these errors were encountered: