mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-12 08:17:59 -05:00
This is done by adding a root level wrapper script for lib/coffee-script/repl, similar to how the register script is wrapped. This allows user programs to embed a CoffeeScript REPL without digging into CoffeeScript's internals.
2 lines
54 B
JavaScript
2 lines
54 B
JavaScript
module.exports = require('./lib/coffee-script/repl');
|