michaelficarra / CoffeeScriptRedux

:sweat: rewrite of the CoffeeScript compiler with proper compiler design principles and a focus on robustness and extensibility

Home Page:https://michaelficarra.github.com/CoffeeScriptRedux/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is function declaration output possible

m1sta opened this issue · comments

Is there any valid syntax for CoffeeScriptRedux which would generate a hoisted function declaration?

Distinct from named function expressions obviously, which I know are a no-go.

Nope. This compiler does not extend the CoffeeScript language.