mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-13 16:57:54 -05:00
* Use Markdown-It instead of Marked for generating the docs; update package versions * Fix links to v2 docs * Bump version to 1.12.5; update changelog and compiled docs output * Update compiled output for 1.12.5 * Improve styling for tables
12 lines
193 B
JavaScript
12 lines
193 B
JavaScript
// Generated by CoffeeScript 1.12.5
|
|
(function() {
|
|
var key, ref, val;
|
|
|
|
ref = require('./coffee-script');
|
|
for (key in ref) {
|
|
val = ref[key];
|
|
exports[key] = val;
|
|
}
|
|
|
|
}).call(this);
|