fahad19 / fahad19/get-params

Issues with arrow functions

Open
#1 0 comments 2 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.