Save 1 char for arrow functions without arguments
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 4.4k
- Forks
- 217
- PR merge metrics
- No merged PRs in 30d
Description
**Input**
```
console.log(()=>'foo')
```
**Output**
```
console.log(_=>'foo')
```
This one should be pretty easy to implement, we just need a variable name that is not used in the same context (and of only 1 char)
Contributor guide
Assessment
This issue has not been assessed yet.