mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-14 09:17:55 -05:00
Note that, at least for now, CoffeeScript's own REPL *CLI* still uses a non-global context, rendering modules such as `color`, which attempt to modify the prototypes of JavaScript primitives, ineffective. By contrast, node's own CLI does use the global context.