Azure / AppConfiguration-JavaScriptProvider

The configuration provider for consuming data in Azure App Configuration from JavaScript applications like Node or browser apps.
https://github.com/Azure/AppConfiguration
MIT License
7 stars 2 forks source link

Add back ReadonlyMap APIs #52

Closed Eskibear closed 6 months ago

Eskibear commented 6 months ago

See https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/50#issuecomment-2008652167

In previous refactoring, we changed ReadonlyMap to IGettable, with Map APIs like get(key) being removed. This PR adds them back, adding some test cases BTW.