mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
* Add missing compiled files * Compile computed properties to ES2015 equivalent This is a fairly small change that simplifies the code generation for computed properties as they're now generated in the object initializer like regular properties.