Doesn't work in node < 14 due to use of optional chaining #3
Labels
No labels
bug
dependencies
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
andyburke/phoneparser#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
index.js:55
const country = possible_countries.find( ( country ) => ( country?.iso3166?.alpha3 === country_code ) ) || possible_countries[ 0 ] || null;
3.0.1 should address this