File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ module.exports = {
9494 message:
9595 'Google Closure Compiler optimized `arguments` access. ' +
9696 'This affects function arity. ' +
97- 'Access `arguments.length ` to avoid this optimization' ,
97+ 'Create a reference to `arguments` to avoid this optimization',
9898 },
9999 ],
100100 },
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ module.exports = {
8989 message:
9090 'Google Closure Compiler optimized `arguments` access. ' +
9191 'This affects function arity. ' +
92- 'Access `arguments.length ` to avoid this optimization',
92+ 'Create a reference to `arguments` to avoid this optimization',
9393 },
9494 ],
9595 },
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ module.exports = {
9191 message:
9292 'Google Closure Compiler optimized `arguments` access. ' +
9393 'This affects function arity. ' +
94- 'Access `arguments.length ` to avoid this optimization',
94+ 'Create a reference to `arguments` to avoid this optimization',
9595 },
9696 ],
9797 },
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ module.exports = {
7979 message:
8080 'Google Closure Compiler optimized `arguments` access. ' +
8181 'This affects function arity. ' +
82- 'Access `arguments.length ` to avoid this optimization',
82+ 'Create a reference to `arguments` to avoid this optimization',
8383 },
8484 ],
8585 },
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ module.exports = {
8181 message:
8282 'Google Closure Compiler optimized `arguments` access. ' +
8383 'This affects function arity. ' +
84- 'Access `arguments.length ` to avoid this optimization',
84+ 'Create a reference to `arguments` to avoid this optimization',
8585 },
8686 ],
8787 },
You can’t perform that action at this time.
0 commit comments