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 = {
94
94
message :
95
95
'Google Closure Compiler optimized `arguments` access. ' +
96
96
'This affects function arity. ' +
97
- 'Access `arguments.length ` to avoid this optimization' ,
97
+ 'Create a reference to `arguments` to avoid this optimization' ,
98
98
} ,
99
99
] ,
100
100
} ,
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ module.exports = {
89
89
message :
90
90
'Google Closure Compiler optimized `arguments` access. ' +
91
91
'This affects function arity. ' +
92
- 'Access `arguments.length ` to avoid this optimization' ,
92
+ 'Create a reference to `arguments` to avoid this optimization' ,
93
93
} ,
94
94
] ,
95
95
} ,
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ module.exports = {
91
91
message :
92
92
'Google Closure Compiler optimized `arguments` access. ' +
93
93
'This affects function arity. ' +
94
- 'Access `arguments.length ` to avoid this optimization' ,
94
+ 'Create a reference to `arguments` to avoid this optimization' ,
95
95
} ,
96
96
] ,
97
97
} ,
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ module.exports = {
79
79
message :
80
80
'Google Closure Compiler optimized `arguments` access. ' +
81
81
'This affects function arity. ' +
82
- 'Access `arguments.length ` to avoid this optimization' ,
82
+ 'Create a reference to `arguments` to avoid this optimization' ,
83
83
} ,
84
84
] ,
85
85
} ,
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ module.exports = {
81
81
message :
82
82
'Google Closure Compiler optimized `arguments` access. ' +
83
83
'This affects function arity. ' +
84
- 'Access `arguments.length ` to avoid this optimization' ,
84
+ 'Create a reference to `arguments` to avoid this optimization' ,
85
85
} ,
86
86
] ,
87
87
} ,
You can’t perform that action at this time.
0 commit comments