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
6 stars 1 forks source link

Dedup exact same selectors while keep original precedence #31

Closed Eskibear closed 8 months ago

Eskibear commented 8 months ago

fix #23

The impl is to reverse the selectors, dedup, and reverse it again.

With a little refactoring, extracting LabelFilter/KeyFilter/SettingSelector into types.ts.