oldmtn

Results 3 comments of oldmtn

> punycode 2.0.0 is actually identical to 1.3.2 except for the ES6 syntax. I don't think so. // punycode, 1.3.2 ```js define('punycode', function() { return punycode; }); ``` // punycode,...

Besides, `The best thing to do here might be to have a new punycode-browserify package that is punycode 2.0.0 compiled to ES5.` Could you help to do it?