docopt.coffee
docopt.coffee copied to clipboard
Docopt breaks lots of JS modules.
Due to Docopt manipulating native objects' prototypes, it breaks lots of modules that rely on the standard behaviour. Right now, it isn't safe to use Docopt with any other module, since those modules are likely to break.
This is related to #4, but broader.
Other than overwriting Array.toString, is there anything else?
+1
sequelize.js - broken due to messing with Array.toString
I think this is fixed now, it's not defining or extending Array directly.