mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-14 09:17:55 -05:00
10 lines
248 B
JavaScript
10 lines
248 B
JavaScript
(function() {
|
|
var key, val, _ref;
|
|
var __hasProp = Object.prototype.hasOwnProperty;
|
|
for (key in _ref = require('./coffee-script')) {
|
|
if (!__hasProp.call(_ref, key)) continue;
|
|
val = _ref[key];
|
|
exports[key] = val;
|
|
}
|
|
}).call(this);
|