The latest update fixed the issue with computed object keys #633 but it seems to have broken splats
data.push { doc.data()..., id: doc.id }
Now gives me a coffeescript_error
NOTE: I have tested this code using the latest coffeescript and it works fine.