Issues with arrow functions
Open
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
It appears that this library has some issues with arrow functions, namely when the arguments aren't surrounded in brackets;
```JavaScript
GetParams(argument => true); // [ "argument", "=>", "tru" ]
GetParams(argument => ({ object, initializer })); // [ "{", "object", "initializer", "}" ]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.