CoffeeScript: Difference between revisions

Content deleted Content added
fixing link
Line 182:
 
== Latest additions ==
* Source maps allow users to de-bugdebug their CoffeeScript code directly, supporting CoffeeScript tracebacks on run time errors.
* CoffeeScript supports a form of [[Literate Programming]], using the <code>.coffee.md</code> or <code>.litcoffee</code> file extension. This allows CoffeeScript source code to be written in [[Markdown]]. The compiler will treat any indented blocks (Markdown's way of indicating source code) as code, and ignore the rest as comments.