ECMAScript 6 introduces rest elements for array destructuring assignment and spread elements for array literals. This proposal introduces analogous rest properties for object destructuring assignment ...
NOTE: This proposal has subsumed the Async Explicit Resource Management proposal. This proposal repository should be used for further discussion of both sync and async of explicit resource management.