-
**Please describe what has to be done**
Much to my personal dismay (I don't like them, I'm old school), arrow functions (the ones like `funcname = () => { }`) apparently do the binding automatically …
-
# Understanding Arrow Functions in JavaScript | Tania Rascia
This article was originally written for DigitalOcean. Introduction The 2015 edition of the ECMAScript specification (ES6) added arrow…
[h…
-
Preferably as a language extension.
Even I'm getting tired of writing
my squares = values.map(sub (v) { return v * v });
when I could instead write
my squares = values.map(v => v *…
masak updated
6 years ago
-
Latest Nuglify
Code used ->
```
let ga1 = (t) => ({1: 'a', 2: 'b', 3: 'c', 4: 'd', 5: 'e'})[n]?? "";
let ga2 = (t) => {
return ({
1: 'a',
2: 'b',
3: 'c',
…
-
Scroll bar is active (it appears with toggle_scrollbar command) but the bar/arrows on-screen cannot be clicked or interacted with.
The visual up/down button cannot be clicked. Clicking and holding …
-
Should the [qunit/no-arrow-tests](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/docs/rules/no-arrow-tests.md) rule also catch modules with arrow functions? Or should we have a new s…
-
![screen shot 2017-09-29 at 8 24 42 pm](https://user-images.githubusercontent.com/97021/31039465-3eb3f594-a554-11e7-808b-015969c46843.png)
-
### Is your feature request related to a problem or challenge?
Currently DataFusion provides a lot of built-in types which are useful when building applications / query engines on top of DataFusion…
-
It gives
```
TypeError: Cannot read property 'render' of undefined
```
The problem is that arrow functions don't have a prototype and therefore the stateless component test throws `TypeError`.…
-
Currently the plugin will respond with a syntax error message if there are ES6 contructs in the code like fat arrow functions