Few bugs caught by ESLint. It fixes a couple of bugs where the use of an undefined variable would have crashed all the JS.
| Comment | File | Size | Author |
|---|---|---|---|
| core-js-eslint-errors.patch | 12.39 KB | nod_ |
Few bugs caught by ESLint. It fixes a couple of bugs where the use of an undefined variable would have crashed all the JS.
| Comment | File | Size | Author |
|---|---|---|---|
| core-js-eslint-errors.patch | 12.39 KB | nod_ |
Comments
Comment #1
nod_After the patch, both JSHint and ESLint validates.
Comment #2
Anonymous (not verified) commentedI can confirm that this fixes a number of eslint errors (variable scope, trailing comma, undefined vars) and both validate.
Comment #3
Anonymous (not verified) commentedComment #4
yesct commentedComment #5
alexpottCommitted 59fee19 and pushed to 8.x. Thanks!