beaugunderson / ip-address

💻 a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript
http://ip-address.js.org/
MIT License
525 stars 71 forks source link

Support for ECMAScript Modules #156

Closed laverdet closed 11 months ago

laverdet commented 2 years ago

This implements the changes discussed in #153. Feel free to accept or to use this PR as a starting point for your own work.


This adds support to import this package from ECMAScript Modules. The changes are fairly broad since some non-compliant tooling and experimental features were relied on.