-
-
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 2022の対応 #1337
Comments
Class Fieldsこれは対応する必要がある
関連
やる順番
|
RegExp Match Indices
const [start, end] = [
match.index+1,
match.index+match[0].length-1,
]; みたいなイディオムはもういらなくなってる。 |
Top-level await proposal対応がいる。
あんまりユースケースでは使ってないので、詳しくは触れないかも。 |
Error Causehttps://jsprimer.net/basic/error-try-catch/ にはエラーの継承的な話はない。 https://jsprimer.net/basic/error-try-catch/#console.error でスタックトレース的には若干関係がある。 今のところ説明するべきかと言うとちょっと微妙。 |
Object.hasOwnこれは
Refs: |
|
This comment was marked as outdated.
This comment was marked as outdated.
進め方それぞれのIssueごとに、
という流れです。
これも対応した方が良さそうとかあったら同じくコメントください。 過去の事例も参考になります。 |
#1418 で対応は一応完了。 |
ECMAScript 2022対応のmeta issueです。
proposals/finished-proposals.md at master · tc39/proposals
やりかた
book.js
を更新スケジュール
検討リスト
チェックが入ってるものは対応が必要。
入ってないものは、強いユースケースがあったら追加で対応するけど、基本はしない。
await
proposal#
をprototype
の意味で使わないようにする ES2022: prototypeを表すのに # を使うべきかどうか #1368対応リスト
実際に対応するリスト
.at()
#1367過去
The text was updated successfully, but these errors were encountered: