mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
[CS2] 2.0.0-beta1 (#4499)
* 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
This commit is contained in:
parent
9b77371ea8
commit
db216ec384
24 changed files with 9567 additions and 1241 deletions
|
@ -1,4 +1,4 @@
|
|||
// Generated by CoffeeScript 2.0.0-alpha1
|
||||
// Generated by CoffeeScript 2.0.0-beta1
|
||||
(function() {
|
||||
var CoffeeScript, compile, runScripts,
|
||||
indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue