balazsbotond / urlcat

A URL builder library for JavaScript.
https://urlcat.org
MIT License
1.82k stars 57 forks source link

Query param bug solve #117

Closed harshilparmar closed 3 years ago

harshilparmar commented 3 years ago

@balazsbotond As you said https://github.com/balazsbotond/urlcat/pull/115#issuecomment-743730898 I have made separate change.Please check !!

harshilparmar commented 3 years ago

@balazsbotond bro Can you look at last build error ? I don't have idea about deno 🆘

balazsbotond commented 3 years ago

@balazsbotond bro Can you look at last build error ? I don't have idea about deno

Looks like the deno linter is complaining because of our use of any in the definition of ParamMap. You can disable this warning by putting this comment:

// deno-lint-ignore no-explicit-any

before the offending line (see: https://deno.land/manual@v1.4.0/tools/linter).

harshilparmar commented 3 years ago
// deno-lint-ignore no-explicit-any

@balazsbotond Perfect !! its working 🎉