rainforestapp / decaf

Coffeescript to ES.next transpiler. Now maintained over at
https://github.com/juliankrispel/decaf
MIT License
106 stars 10 forks source link

Add `return` to try/catch blocks that end a function #152

Closed GoodForOneFare closed 8 years ago

GoodForOneFare commented 8 years ago

This also removes the IIFE wrapper around function-ending try/catches. I'm 99% sure those IIFEs aren't necessary, but let me know if I'm missing something.