Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Suporte ao ECMAScript 6 na Mozilla

Esta tradução está incompleta. Ajude atraduzir este artigo.

ECMAScript 6 is the next version of the standard, code-named "ES.next". Specification drafts can be found on the official ECMA wiki. The first working draft based on ECMAScript 5.1, was published on July 12, 2011 as "ES.next". As of August 2014, ECMAScript 6 is already feature frozen, will be finished during 2015 and will start to go into the official publication process starting in March 2015 (to be finished in June 2015).

A channel for feedback on ECMAScript standards is es-discuss.

Recursos já suportados no Firefox

The following features are already implemented in Firefox:

Standard library

Additions to the Array object

New Map and Set objects, and their weak counterparts

New Math functions

Additions to the Number object

Additions to the Object object

New Promise object

Additions to the RegExp object

Additions to the String object

New Symbol object

New class syntax

Typed Arrays

Typed arrays are specified as part of ECMAScript 6 and no longer in their own specification.

Expressions and operators

Statements

Functions

Outros recursos

Features with compliance and stabilization changes ongoing

The following features are (partially) implemented in Firefox, but were introduced long before ES6 or are still discussed in the ECMA TC39 standards body.

Recursos ainda não suportados

The following features are in the ECMAScript 6 draft specification, but not yet implemented in Firefox:

Veja também

Etiquetas do documento e colaboradores

 Colaboradores desta página: HenriqueSilverio, teoli, srsaude
 Última atualização por: HenriqueSilverio,