guardian / scribe-plugin-noting

9 stars 3 forks source link

Remove dependency on lodash #137

Closed robinedman closed 9 years ago

robinedman commented 9 years ago

Removes the dependency on lodash, preferring ES6 functions where possible, occasionally requiring packaged versions of individual lodash functions where that makes sense.

Note: Some ES6 features aren't available via Babel unless you include babel/polyfill. Getting this to work with the current build/testing setup is problematic. I don't think it's worth making it work at this point. This is why we still use lodash's toArray for example.

rrees commented 9 years ago

:+1: great work