catamphetamine / libphonenumber-js

A simpler (and smaller) rewrite of Google Android's libphonenumber library in javascript
https://catamphetamine.gitlab.io/libphonenumber-js/
MIT License
2.79k stars 216 forks source link

Can't parse Armenian numbers #204

Closed fxfactorial closed 6 years ago

fxfactorial commented 6 years ago

this caused me some embarrassment:

const { parseNumber } = require('libphonenumber-js');
const result = parseNumber('+374499336998');

And you'll see that it can't understand an Armenian phone number.

  "libphonenumber-js": "^1.1.10",
catamphetamine commented 6 years ago

See the bug reporting section and re-create the issue if it's valid https://github.com/catamphetamine/libphonenumber-js#bug-reporting

fxfactorial commented 6 years ago

Gotcha , sorry about noise

Sent from my iPhone

On Apr 19, 2018, at 10:45 AM, Nikolay notifications@github.com wrote:

Closed #204.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.