Open 43081j opened 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.
URLSearchParams
query-string
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
fast-querystring
nested-querystring
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 thequery-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
ornested-querystring