ES Next 学习笔记
- Scope
- Let & Const
- Desctructuring
- String
- Number
- Array
- Object
- Function
- Class
- Symbol
- Set
- Map
- RegExp
- Proxy
- Reflect
- Promise
- Generator
- Iterator
- Module
- String.prototype.{trimStart.trimEnd}
- Array.prototype.{flat.flatMap}
- Symbol.prototype.description
- Object.fromEntries()
- Function.prototype.toString()
- JSON
- 可选的 Catch Binding
- BigInt
- String.prototype.matchAll()
- Promise.allSettled()
- Dynamic Import()
- ES Module 增强
- globalThis
- Optional chaining
- Nullish coalescing Operator
- String.prototype.replaceAll()
- Promise.any()
- WeakRefs & Finalizers
- Logical Assignment Operators
- Numeric separators
- Class Fields
- RegExp Match Indices
- Top-level await
- Ergonomic brand checks for Private Fields
- .at()
- Accessible Object.prototype.hasOwnProperty
- Class Static Block
- Error Cause
- Array.prototype.{findLast.findLastIndex}
- Hashbang Grammar
- Symbols as WeakMap keys
- Change Array by Copy
- Well-Formed Unicode Strings
- Atomics.waitAsync
- RegExp v flag with set notation + properties of strings
- Resizable and Growable ArrayBuffers
- Array Grouping
- Promise.withResolvers
- ArrayBuffer.prototype.transfer and friends
- Duplicate named capture groups
- Set Methods
- RegExp Modifiers
- Import Attributes & JSON Modules
- Sync Iterator helpers
- Promise.try