mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-14 09:17:55 -05:00
10 lines
250 B
JavaScript
10 lines
250 B
JavaScript
(function() {
|
|
var _ref, key, val;
|
|
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);
|