-
The command `cif` (as well as other related actions such as `vaf` and `daf`) does not recognize the following function (presumably because it utilizes an ES6 arrow function):
```js
$(window).on('f…
-
It was suggest in last workshop to change our components to use ES7 class level arrow functions to eliminate all the binding. To essentially autobind `this` for us.
Sounds like a good idea to me, e…
-
from https://datafusion.apache.org/
> DataFusion is an extensible query engine written in [Rust](http://rustlang.org/) that uses [Apache Arrow](https://arrow.apache.org/) as its in-memory format. D…
-
### 🔍 Search Terms
- arrow function
- return type
- type error position/range
### ✅ Viability Checklist
- [X] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [X…
-
when using arrow functions code inside the function is not annotated
![image](https://user-images.githubusercontent.com/338436/95639611-64a8f300-0a99-11eb-8c85-e85f280c77c1.png)
-
We often use createDelegate(this) in JavaScript so that the current object inside a function is the one where the function was declared. This is a peculiarity of JavaScript because `this` is not lexic…
-
If I try to minify a script including an arrow function like this:
Object.keys(obj).forEach(key => { data[obj[key].name] = obj[key].value; });
I get an
`undefined:1553
throw new JS_Parse_…
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
I have a nullable `StringArray` column that contains JSON object literals.
I need to JS…
-
### Bug report
Variadic arguments in arrow functions appear not to be treated as arrays, whereas in the equivalent anonymous function, the same code is handled correctly.
This only seems to occur …
lkrms updated
2 months ago
-
## Expected behavior
I can type `() => {}` or any other valid JS ES6 arrow function and strict mode will allow me to type the `>` without matching it with a `