Open GoogleCodeExporter opened 9 years ago
Original comment by alex.obj...@gmail.com
on 5 Mar 2015 at 9:40
Could you provide any useful references to the literate coffeeScript?
Original comment by alex.obj...@gmail.com
on 5 Mar 2015 at 9:41
There is the section in the CoffeeScript documentation:
http://coffeescript.org/#literate
It points to a blog post for more details, but I cannot seem to open that.
Here's another one:
http://www.coffeescriptlove.com/2013/02/literate-coffeescript.html
Original comment by thilopl...@googlemail.com
on 5 Mar 2015 at 10:44
> I am not sure if this can be passed as an option to the upstream CoffeeScript
compiler
If we are using coffee-script.js (the main module of CoffeeScript), which I
assume we are, there is indeed an option to pass {literate: true} to the
compile function.
http://coffeescript.org/documentation/docs/coffee-script.html#section-5
(That page, by the way, is a great example of what can be done with Literate
CoffeeScript, it is automatically generated from the source file.)
Original comment by thilopl...@googlemail.com
on 6 Mar 2015 at 10:20
Original issue reported on code.google.com by
thilopl...@googlemail.com
on 5 Mar 2015 at 1:20