Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 675 Bytes

es6.md

File metadata and controls

10 lines (7 loc) · 675 Bytes

feature: ECMAScript 6 status: avoid tags: es6 kind: js

ECMAScript version 6 is the upcoming version of JavaScript that brings new features and heavy syntax changes. Currently only Chrome(17+) and Firefox support a highly experimental subset of ES6 features.

There is a ES6-shim that attempts to shim a subset of ES6 however this subset is quite small, see the ES6 shim status for more details

Since ES6 brings new syntax to the language the best way to handle cross browser compliance is using a ES6 to ES3 compiler. However although there are a few projects in progress, none are ready to use.