mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
10 lines
239 B
JavaScript
10 lines
239 B
JavaScript
(function() {
|
|
var _a, key, val;
|
|
var __hasProp = Object.prototype.hasOwnProperty;
|
|
_a = require('./coffee-script');
|
|
for (key in _a) {
|
|
if (!__hasProp.call(_a, key)) continue;
|
|
val = _a[key];
|
|
(exports[key] = val);
|
|
}
|
|
})();
|