feat(location): Support ISO 3166-1 numeric country codes#2325
Merged
ST-DDT merged 13 commits intoSep 15, 2023
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
|
suhaibmujahid
approved these changes
Aug 18, 2023
suhaibmujahid
left a comment
There was a problem hiding this comment.
Thank you, @RobinvanderVliet! LGTM.
Co-authored-by: DivisionByZero <leyla.jaehnig@gmx.de>
Co-authored-by: Shinigami <chrissi92@hotmail.de>
Member
|
There seems to be some issues with the new implementation. |
Contributor
|
I don't think you can do that kind of object mapping in Typescript. Probably use the switch version. |
Member
No, just add the |
Contributor
|
i think the switch version is much nicer to read and makes it clear what the default is |
xDivisionByZerox
previously approved these changes
Sep 10, 2023
ST-DDT
reviewed
Sep 11, 2023
Co-authored-by: ST-DDT <ST-DDT@gmx.de>
matthewmayer
approved these changes
Sep 12, 2023
ST-DDT
approved these changes
Sep 12, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This merge request resolves issue #2302.