Odd issue with arrow functions and this scope · Issue #733 · babel/babel

When using the npm library thinky, I have the following snippet of code: User.pre('save', (next) => { console.log("pre save event\n", this) next() }) Where this will be undefined. However, if I cha...