mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-21 04:37:59 -05:00
Make the REPL *CLI* use the global context so as to (a) be consistent with the `node` REPL CLI and, therefore, (b) make packages that modify native prototypes (such as 'colors' and 'sugar') work as expected. Note that, by contrast, programmatic use (`require 'repl'`) will continue to default to a NON-global context - again, consistent with node's behavior.