get-parameter-names icon indicating copy to clipboard operation
get-parameter-names copied to clipboard

Pull request #7 doesn't handle (c = (err, data)=>{})

Open eddyystop opened this issue 8 years ago • 1 comments

I don't want this comment "lost" in pull #7 where I originally put it.

https://github.com/benbotto/get-parameter-names 0.3.2 still has the following problem: ( a = 1 , b=2, c = (err, data)=>{}) => {} returns ['a', 'b', 'c', 'data']

eddyystop avatar Sep 30 '16 17:09 eddyystop

For anyone that lands here you can use my fork which resolves this issue: npm i @captemulation/get-parameter-names

CaptEmulation avatar Apr 27 '17 14:04 CaptEmulation