gulp-dotdot

Gulp plugin for transforming foo..bar(...) notation to foo.bar.bind(foo, ...)

dotdot

Replaced foo..bar() with foo.bar.bind(foo) to shorten common JS syntax under node