hassansin / parse-address

US Street Address Parser
http://hassansin.github.io/parse-address/
Other
157 stars 81 forks source link

WIP - Es6 classes #16

Closed robhaj closed 6 years ago

robhaj commented 6 years ago

The current parse-address code was declaring empty object literals and attaching methods to them for parser and addr_match, attempting to refactor them to use ES6 classes. This is still a WIP and the tests are failing.