vargs icon indicating copy to clipboard operation
vargs copied to clipboard

Remove use of reserved keyword arguments as an argument name

Open mike-lang opened this issue 10 years ago • 6 comments

This argument is obscured by the arguments object anyway. It is the only strict mode violation in the module. Making this one line change allows the module to load in strict mode while making no change to the functionality.

I also created a package.json as best I could with appropriate values pulled from the repo's README.md so I could bump the version number

mike-lang avatar Nov 05 '15 01:11 mike-lang

Please merge this PR so that vargs does not break in strict_mode

stevenyap avatar Jan 06 '17 06:01 stevenyap

Please merge this. Changing arguments to args will also work as well.

jnrepo avatar Feb 22 '18 02:02 jnrepo

please accept this Pull Req. your argument cause error to other lib

sunti avatar Jun 27 '18 11:06 sunti

+1 on merging this PR

lochness42 avatar Sep 13 '18 07:09 lochness42

please merge

jerson avatar Dec 23 '18 21:12 jerson

for those looking to deal with this issue since it doesn't seem to be maintained anymore, see https://www.npmjs.com/package/patch-package

andrespr avatar Jan 23 '19 21:01 andrespr