Переклад не закінчено. Будь ласка, допоможіть перекласти цю статтю з англійської.
ECMAScript 7 є наступним етапом еволюції стандарту ECMA-262 (зазвичай називають JavaScript). Робота над ECMAScript 6 була завершена 17 червня 2015, нові можливості вже впроваджуються. Ви можете побачити останні впровадження в tc39/ecma262 GitHub репозиторії.
Current issues with the specification process are planned to be solved by introducing stages and champions for feature sets. Also, a two year release cycle for the standard is proposed. For more information about the post-ES6 specification process, see this presentation by Rafael Weinstein.
Канал зворотного зв'язку за стандартами ECMAScript es-discuss.
Експериментальні можливості
Наступні функції вже реалізовані, але доступні тільки в каналі нічних збірок Firefox:
Additions to the Array
object
Additions to the ArrayBuffer
object
New TypedObject objects
New SIMD objects
Можливості, які потребують стабілізації
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.
Вирази
Можливості, які ще не підтримуються
Наступні функції ще не реалізовані, але орієнтовані на ECMAScript 7.
Object.observe()
(bug 800355)