mathiasbynens / punycode.js

A robust Punycode converter that fully complies to RFC 3492 and RFC 5891.
https://mths.be/punycode
MIT License
1.6k stars 159 forks source link

Add missing `new` to RangeError #32

Closed nstepien closed 9 years ago

nstepien commented 9 years ago

See https://github.com/iojs/io.js/pull/1246