Slide 14
Slide 14 text
ES2023 ve Sonrası İçin Değerlendirilen Teklifler
Bugün fırında ısıtılan yeni özellikler…
•
•
Array.prototype.findLast, findLastIndex
Hashbang / Shebang desteği
Stage 4
•
•
•
•
•
•
•
•
•
•
Inline throw expressionları
Set.prototype.intersection, union,
difference, symmetricDifference,
isSubsetOf, isSupersetOf, isDisjointFrom
Array.isTemplateObject
Iterable.prototype.map, filter, take, drop,
indexed, reduce, toArray, forEach, some,
every, find, from
Record'lar ve Tuple'lar
Modül blokları
Pipe (|>) operatörü
Decorator Metadata
Import Reflection
JSON.parseImmutable
Stage 2
•
•
•
•
•
Export consts
Generator Arrow Functions
Pattern Matching
Type Annotations
…
Stage 1
•
•
•
•
•
•
•
•
•
•
Atomics.waitAsync
Import Assertions
import mod from "f.js" assert { type: "json" };
Temporal
Resizable ArrayBuffers
ShadowRealm
Array.prototype.group, groupToMap
Decorators
Array.prototype.toReversed, toSorted,
toSpliced, with
JSON.parse
Array.fromAsync
Stage 3