Files
meteor/packages
dr-dimitru 69ef77bcb6 - Lines 66, 1011 and 1352: Linting
- Line 497: `return` after `throw`
- Lines 523 - 527: `e` already defined in same function scope
(hoisting)
- Line 937: Missed semicolon
- Line 1095: Very confused about ES6 “default parameter” set via
colon, which probably will be interpreted as Object - Babel failed to
build on my end, regarding [this
docs](https://mongodb.github.io/node-mongodb-native/api-generated/cursor
.html#count) it should be a Boolean, so we set it to `false` by default
- Line 1120: no need to set variable to `undefined`
- Lines 1122, 1128, and 1133: Define `doc` above while due to function
scope and hoisting `doc` is already allocated inside `while` and `try`
2016-12-21 02:55:02 +03:00
..
2016-08-30 15:40:14 -07:00
2016-08-30 15:40:14 -07:00
2016-12-21 02:55:02 +03:00
2016-08-30 15:40:14 -07:00
2016-08-30 15:40:14 -07:00