ECMAScript Harmony is the code name for proposals aiming to extend the current ECMA-262 specification.
What is the best way to import some modules in all of the files of the project, so I don't …
javascript module ecmascript-6 ecmascript-harmonyI've been working with KoaJS for a while, and we can easily use the 'let' keyword and the generators when …
javascript node.js ecmascript-harmonyI was testing node with ES6 with the flag child_process --harmony but it fails at first step when I …
javascript node.js ecmascript-harmonyHow can an existing library be loaded and run using JavaScript's ES6 Modules? For example, suppose I need to load …
javascript import module ecmascript-harmony ecmascript-6I'm using the es6-module-transpiler, esprima and JSHint with esnext: true options. JSHint complains when I put: export default = { some: …
javascript jshint ecmascript-harmony esprimaGiven the provided (very simple) generator, is it possible to return the generator back to its original state to use …
javascript generator ecmascript-harmony ecmascript-6I've had great luck using React's JSXTransformer.js to develop using JSX in the browser: <script src="http://fb.…
javascript reactjs ecmascript-harmonyIs there an elegant way to tell Harmony's slim arrow functions apart from regular functions and built-in functions? The Harmony …
javascript function ecmascript-6 ecmascript-harmony arrow-functionsI already had node 0.10.* and I installed nvm, then through nvm I installed 0.11.13 and 0.10 again. node --version gives back 0.11.13 I …
node.js ecmascript-harmony nvmI'm trying to use arrow functions in node v0.10.33 under Ubuntu 14.04 (I'm running node with --harmony flag), but I'm getting …
node.js ecmascript-harmony arrow-functions