jashkenas--coffeescript/documentation
Geoffrey Booth d82272b6c2
Fix #1832: Browser compiler should run code using globally-scoped eval (#5047)
* Explicitly turn off minify mangling, because it was previously implicitly disabled by the existence of the `eval` call we’re about to remove

* Update babel-core

* Run browser-compiled scripts using window.eval rather than just eval, to use a clean scope (many times faster)

* Update output

* Fix browser-based test broken by #5028

* Update output
2018-05-01 08:11:40 -07:00
..
examples get/set example (#4990) 2018-02-25 00:18:57 -08:00
sections 2.3.0 (#5043) 2018-04-28 18:57:15 -07:00
site Fix #1832: Browser compiler should run code using globally-scoped eval (#5047) 2018-05-01 08:11:40 -07:00