google-maps-services-js icon indicating copy to clipboard operation
google-maps-services-js copied to clipboard

chore: replace query-string with simple implementation

Open KuSh opened this issue 2 months ago • 0 comments

The implementation could have been further simplified by using URLSearchParams, but tests require that separators in array-type parameters not be encoded to not be encoded.


  • [ ] Make sure to open a GitHub issue as a bug/feature request before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • [x] Ensure the tests and linter pass
  • [x] Code coverage does not decrease (if any source code was changed)
  • [ ] Appropriate docs were updated (if necessary)

KuSh avatar Oct 26 '25 23:10 KuSh