mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04: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.