jsdom / whatwg-url

An implementation of the WHATWG URL Standard in JavaScript
https://jsdom.github.io/whatwg-url/
MIT License
371 stars 94 forks source link

Replace full lodash install with lodash.sortby #182

Closed damianstasik closed 3 years ago

damianstasik commented 3 years ago

This should reduce install size for projects that do not have full lodash anywhere in their dependency tree.

domenic commented 3 years ago

It looks like the lodash project recommends against this: https://lodash.com/per-method-packages

See also https://github.com/jsdom/whatwg-url/pull/177.

damianstasik commented 3 years ago

TIL!