John Dean
John Dean
try again, Jenkins
!rebuild
try again, jenkins
try again, jenkins
try again, jenkins
Can you write a unit test to demonstrate this failure? Bonus points if you can also get this function to parse: `( a = 1 , b=2, c = (err,...
Just FYI that CaptEmulation/get-parameter-names handles this case. `npm i @captemulation/get-parameter-names`
This is fixed in `@captemulation/get-parameter-names` which is a re-write of this library. See https://github.com/CaptEmulation/get-parameter-names
Yeah so I guess the tests can only be made to run on newer nodes (w/ support for class) so that would mean node >= 4.x but Travis only covers...
@Vincz Unfortunately no I am not currently supporting destructured arguments with my change. I briefly investigating using a full code parser but found the runtime performance and the package size...