taoensso / encore

Core utils library for Clojure/Script
https://www.taoensso.com/encore
Eclipse Public License 1.0
272 stars 53 forks source link

goog.structs/Map is deprecated in Closure Library #48

Closed roman01la closed 5 years ago

roman01la commented 5 years ago

Resolves #47

This PR removes usage of deprecated class goog.structs/Map. It's safe to use regular JavaScript object instead of Map since goog.Uri.QueryData/createFromMap takes a mapping from string keys to values in a form of either map or an object, see https://google.github.io/closure-library/api/goog.Uri.QueryData.html#QueryData.createFromMap

ptaoussanis commented 5 years ago

Merged, thank you Roman!