mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
db216ec384
* Fix browser build to incorporate Markdown-It, not Marked * Update Google Closure Compiler; recompile browser build but with MINIFY=false, because Closure Compiler throws an error on our current code; see https://github.com/google/closure-compiler-js/issues/59 * Bump version to 2.0.0-beta1; do release build, with updated docs and annotated source
11 lines
197 B
JavaScript
11 lines
197 B
JavaScript
// Generated by CoffeeScript 2.0.0-beta1
|
|
(function() {
|
|
var key, ref, val;
|
|
|
|
ref = require('./coffeescript');
|
|
for (key in ref) {
|
|
val = ref[key];
|
|
exports[key] = val;
|
|
}
|
|
|
|
}).call(this);
|