Browse Source

Removing 'done' TODO and rephrasing (#2381)

pull/2389/head
lararennie 6 years ago
committed by penmetsaa
parent
commit
673a03cfd1
1 changed files with 4 additions and 5 deletions
  1. +4
    -5
      javascript/README.md

+ 4
- 5
javascript/README.md View File

@ -76,9 +76,8 @@ project:
`ant -f javascript/build.xml lint`
TODO:
Missing functionality:
=====
1. Port functionality to extract phone-numbers from text (findNumbers).
2. Port offline phone number geocoder.
3. Enable PhoneNumberUtil to handle all digits, rather than a subset (JavaScript has no equivalent to the Java Character.digit).
4. Port ShortNumberInfo.
1. JS port does not support extracting phone-numbers from text (findNumbers).
2. JS port does not have an offline phone number geocoder.
3. JS port of PhoneNumberUtil does not handle all digits, only a subset (JavaScript has no equivalent to the Java Character.digit).

Loading…
Cancel
Save