-
-
Notifications
You must be signed in to change notification settings - Fork 929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(location): Support ISO 3166-1 numeric country codes #2325
feat(location): Support ISO 3166-1 numeric country codes #2325
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## next #2325 +/- ##
=======================================
Coverage 99.60% 99.60%
=======================================
Files 2793 2793
Lines 251568 251586 +18
Branches 1091 1097 +6
=======================================
+ Hits 250572 250599 +27
+ Misses 969 960 -9
Partials 27 27
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @RobinvanderVliet! LGTM.
Co-authored-by: DivisionByZero <leyla.jaehnig@gmx.de>
Co-authored-by: Shinigami <chrissi92@hotmail.de>
There seems to be some issues with the new implementation. |
I don't think you can do that kind of object mapping in Typescript. Probably use the switch version. |
No, just add the |
i think the switch version is much nicer to read and makes it clear what the default is
|
Co-authored-by: ST-DDT <ST-DDT@gmx.de>
This merge request resolves issue #2302.