faylang / fay

A proper subset of Haskell that compiles to JavaScript
https://github.com/faylang/fay/wiki
BSD 3-Clause "New" or "Revised" License
1.29k stars 86 forks source link

Re-add the --no-dispatcher flag #329

Closed bergmark closed 9 years ago

bergmark commented 11 years ago

It was removed with the new module generation in 0.16, but it's useful for optimizations.

bergmark commented 10 years ago

This flag prevented the jsToFay/fayToJs hashes from being printed at all. You can use it when you don't use any ADTs in the FFI (EmptyDataDecls should still work).

bergmark commented 9 years ago

Spring cleaning. Lack of activity, it's unlikely that this will happen.