InfoQ Homepage ECMAScript 6 Content on InfoQ
-
Eich and Crockford on the Future of JavaScript: Insight from the Creators of JavaScript and JSON
At the recent FullStack conference in London, JavaScript creator Brendan Eich, and JSON creator and JavaScript: The Good Parts author Douglas Crockford spoke on the future of JavaScript.
-
Oracle Proposes Deprecating Java's JavaScript Engine Nashorn
Oracle announced via JDK Enhancement Proposal (JEP) 355 that the Nashorn JavaScript Engine will be deprecated and eventually removed from all future Java Development Kits (JDKs). With the rapid pace at which ECMAScript language constructs have changed, Oracle found the Nashorn JavaScript Engine challenging to maintain.
-
#smooshgate and the Challenges of Web Compatibility
The broader JavaScript community responded vocally when Michael Ficarra, the author of the Array.prototype.flatten TC39 proposal, jokingly suggested renaming flatten as smoosh in response to a bug report that the new feature breaks old websites in nightly versions of Firefox.
-
Webpack 2 Finalized with Focus on Improved Documentation
The final release of webpack 2, the popular JavaScript module and asset bundler, has arrived, bringing with it native support for ES2015 and vastly improved documentation. However, it's too early to tell if the new version will dramatically improve build times and file sizes.
-
NativeScript 2.4 Brings Web Workers Specification
NativeScript 2.4 has been released with support for the Web Workers specification, along with Angular 2.2, Node 6, ES6, and ES7.
-
NodeJS v7 Upgrades to V8 5.4
The Node.js Foundation has released Node.js v7, including the updated V8 5.4.
-
Orion 12 Brings Full Support for ECMAScript 2015
The Eclipse Orion project team has released version 12, bringing full support for the ECMAScript 2015 Language Specification. Mike Rennie, Orion contributor, says the release continues to emphasise Orion's JavaScript tooling, and that along with support for ECMAScript 2015, the release includes improved project configuration capabilities, and support for eslintrc.* files.
-
WebKit, V8, and Edge Improve JavaScript Implementations
WebKit, V8, and Microsoft Edge have each gotten a little closer to supporting the full ES2015 (ES6) spec and beyond. WebKit was the first browser engine to reach 100% on the Kangax Compatibility Table while V8 and Edge each added more features to their implementations.
-
Node.js 6.0 Supports 93% of ES2015
Node.js 6.0 has been released, becoming the new current version. It comes with performance improvements, better test and documentation coverage, better security and wide support for ES2015.
-
Microsoft Bumps TypeScript to Version 1.7
Microsoft has released version 1.7 of TypeScript, which enables async/await for ES6 targets and introduces a polymorphic this type.
-
Meteor 1.2: ECMAScript 2015 and support for AngularJS, React
Meteor 1.2 has been released, announcing ECMAScript 2015 as the official JavaScript of the Meteor platform, along with support for Angular and React.
-
JavaScript Streams Introduced at Strange Loop
At the Strange Loop 2015 conference, Pam Selle introduced streams in JavaScript, showing what they're good for and how developers can use them.
-
TypeScript 1.5 Boosts ES6 Transpilation Features
Microsoft has released TypeScript 1.5, dramatically improving ES6 transpilation capabilities.
-
Exploring ES6: Book Introduction and Author Interview
Exploring ES6 by Axel Rauschmayer is an in-depth look at JavaScript’s latest features. This article includes a short interview with the author.
-
ECMAScript 2015 Has Been Approved
The General Assembly of Ecma International has announced the approval of ECMA-262 6th edition, which is the Language Specification of ECMAScript 6 (ES6), also known as ECMAScript 2015.