-
I'm working with full compilation, es6_strict to es5_strict. I'm also using --output_wrapper to be sure what's exported and what's not.
First sample:
``` js
goog.module('foo.bar.Baz');
goog.module.d…
-
I.e. `let x = {}; Error.call(x) == x` produces false, at least on Firefox and Chrome. This is preventing Error subclasses compiled with Bublé from getting `stack` and `message` properties, making them…
-
**Description:**
This will convert the back-end to ES6. Additionally, it will rip out all deprecated code. There will probably be a few other items tossed in too. They will all be documented.
…
-
(I'm using the latest beta here.)
If `ember-metal-es5-getters` is enabled in a canary build and decorators are used on "old" Ember object model classes, two things related to injected properties br…
-
Hi,
This is not really an issue. I need help on how to use your code.
I need to migrate my Parse.com app to Parse server now. I am done with the cloud code part, and now need to migrate a Parse-backb…
-
Hello it's me again, from #69
Your fix worked for a `super` call on the parent's parent, but when I try to go even further up the chain I'm it still doesn't bind properly.
I'm sorry to bother you with…
-
There is already the possibility to trap certain operators on objects and similar (e.g. `()` or `new`) by using Proxy traps. For consistency it would seem sensible to put the overloading of other oper…
-
At the moment, `instanceof` checks do only work for classes that extend `js.Object`. Unfortunately case classes must not extend `js.Object`.
Motivation (copied from Gitter): I would like to define …
-
I think this counts as a feature request, unless there's a simple pattern that exists to achieve the desired result that I haven't yet stumbled upon. I've found some instances where it'd be useful to …
-
# Introduction
With the process of moving to [webpack and babel](https://github.com/portainer/portainer/issues/2344), migrating to ES6+ may be a good point to keep the project up to date on JS versio…