es6-features
Feature comparison
An overview of ECMAScript 6 language features and their comparison to ECMAScript 5 equivalents
ECMAScript 6: Feature Overview & Comparison
6k stars
235 watching
1k forks
Language: HTML
last commit: 5 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
nzakas/understandinges6 | A comprehensive guide to ECMAScript 6, covering its new features and capabilities | 5,447 |
paulmillr/es6-shim | Provides compatibility shims for legacy JavaScript engines to mimic ECMAScript 6 behavior | 3,116 |
ruanyf/es6tutorial | A comprehensive introduction to ECMAScript 6 syntax and its differences from ES5 | 21,259 |
lukehoban/es6features | Documenting ECMAScript 6 language features for software developers | 29,214 |
bevacqua/es6 | A comprehensive resource covering key features and syntax changes in the ES6 JavaScript standard | 4,325 |
jquery/esprima | An ECMAScript parser for analyzing and interpreting JavaScript code | 7,059 |
standard-things/esm | An ECMAScript module loader for Node.js that provides a simple and production-ready way to support ES modules in Node 6+ | 5,274 |
es-shims/es5-shim | A JavaScript shim that enables compatibility with older JavaScript engines by providing implementations of missing EcmaScript 5 features. | 7,117 |
ericdouglas/es6-learning | A curated list of resources to learn ECMAScript 6 | 4,560 |
tc39/proposals | The ECMAScript proposals project tracks and maintains the development of features for the JavaScript language standard | 18,313 |
estools/escodegen | Generates ECMAScript code from an Abstract Syntax Tree (AST) | 2,658 |
mjavascript/practical-modern-javascript | A book series on modern JavaScript development focusing on modularity and ES6 features. | 3,087 |
estree/estree | A standard format for representing JavaScript source code | 5,127 |
svaarala/duktape | An embeddable JavaScript engine designed to be portable and compact, enabling C/C++ projects to seamlessly integrate JavaScript functionality. | 5,959 |
thlorenz/es6ify | Transforms modern JavaScript code into older JavaScript syntax on the fly | 594 |