Closed danyaPostfactum closed 11 years ago
Go ahead and remove buffer, since it's global in Node.
I'm not sure what you mean by parser._()
Oh. Doh. Parser.prototype._ =
. That's a stub for internationalization. Feel free to strip it out.
Thanks.
Unfortunately buffer is also required by assert
module..
As I see, these things are not used, what are their purposes? Unnecessary buffer require is sensitive for browser environment.