현재 번역은 완벽하지 않습니다. 한국어로 문서 번역에 동참해주세요.
ECMAScript 7 는 (흔히 JavaScript로 알려져 있는) ECMA-262 표준의 차세대 버전 입니다. ECMAScript 6이 2015년 6월 17일에 확정되었음에도 불구하고 새로운 특징들이 이미 제안되고 있습니다. 기능 제안에 대한 최신 후보들은 tc39/ecma262 GitHub 저장소에서 보실 수 있습니다.
현재 규격 개발에 관한 사항들은 각 기능들에 대한 stages와 champions를 안내하면서 해결할 예정입니다. 또한, 2년마다 표준을 배포하는 것이 제안되어 있습니다. post-ES6 규격 처리방안에 대해 더 알고싶으시다면, Rafael Weinstein의 발표자료를 참고하세요.
ECMAScript 표준에 대한 피드백을 위한 채널은 es-discuss 입니다.
Experimental features
The following features are already implemented, but only available in the Firefox Nightly channel:
Additions to the Array
object
Additions to the ArrayBuffer
object
New TypedObject objects
New SIMD objects
Features with ongoing stabilization
The following features are supported beyond the Nightly channel, but ongoing specification and implementation work is happening. Features which were originally in the ECMAScript 6 draft and got postponed to ECMAScript 7 are likely to appear here.
Expressions
Features not yet supported
The following features are not yet implemented, but targeted for ECMAScript 7.
Object.observe()
(bug 800355)