1.12.0
Upcoming release
π Major Highlights
π§© Struct and Array Destructuring
user = { name: "Luis", role: "admin", meta: { team: "core" } }
({ name, meta: { team } } = user)
numbers = [ 1, 2, 3, 4, 5 ]
[ first, ...middle, last ] = numbersπ Spread Syntax
π’ Inclusive Range Operator
β¨ New Features
Destructuring declarations and assignments
Spread in function arguments
Literal spread and shorthand keys
Ambiguous spread-only bracket literals
π οΈ Improvements
Parser and compiler support
Runtime helpers
More stable test runs
β
Compatibility Notes
π Documentation
Last updated
Was this helpful?
