Files
coffeescript/lib/index.js
2010-09-19 15:29:15 +03:00

11 lines
259 B
JavaScript

(function() {
var _cache, key, val;
var __hasProp = Object.prototype.hasOwnProperty;
_cache = require('./coffee-script');
for (key in _cache) {
if (!__hasProp.call(_cache, key)) continue;
val = _cache[key];
(exports[key] = val);
}
})();