-
### Describe the bug
Debounce is called multiple times if you use a non-memoized function like an inline arrow function or something like you'd typically put into a `useCallback` (so not passing a se…
-
I'm running into inconsistencies in highlighting between `ft=typescript` and `ft=typescriptreact`.
I'm using `yats.vim`, `vim-javascript`, and of course `vim-jsx-pretty`, all just updated using `vi…
-
# Issue
The recommended resolution for issues #13125 & #15885 conflicts with the resolution for #15545.
#15545 is about the use of `"this"` as the `output.globalObject`. The fix PR #15551 was t…
-
The "Autocomplete parentheses" option doesn't work for arrow functions and this would be a nice feature to have.
-
I'm having trouble getting phpStorm to recognize ES6 fat arrow functions in my `.vue` components.
Before:
![screen shot 2016-04-20 at 12 02 18 pm](https://cloud.githubusercontent.com/assets/692538/…
-
Thank you Daan and co. for a language with such a (subjectively) beautiful and (objectively) consistent and flexible syntax. One thing I don't like much though is the anonymous function syntax since i…
-
Using arrow functions within Vue elements and utilizing strings inside them leads to an error, regardless of whether backticks(`), single quotes('), or double quotes(") are used.
![image](https://g…
-
Inside `Login.js`, line 18, there is a redundant `async`.
With asynchronous programming in JavaScript, promises handle asynchronous code with `.then()` and `.catch()`, while `async/await` is an alt…
ghost updated
5 years ago
-
I think Babili could save a lot of bytes with a plugin that converts functions that do not make use of `this` to arrow functions:
Input (34):
```
function foo() {
return 'bar';
}
```
Outp…
-
So far no JavaScript arrow functions have been used, because the goal for the CAS has been to support IE 11. If development of this project continues now that the CAS has finished, we should have the …