es-tooling / ecosystem-cleanup

A place to keep track of ongoing efforts to clean up the JS ecosystem
396 stars 2 forks source link

migrate google maps to use URLSearchParams #9

Open 43081j opened 10 months ago

43081j commented 10 months ago

the google maps library can be found here: https://github.com/googlemaps/google-maps-services-js

we should migrate to using the native URLSearchParams rather than the query-string package.

there is no node constraint, so we should be clear to maintainers that it will introduce one.

if nesting is required, we should use fast-querystring or nested-querystring