CoffeeScript: Difference between revisions

Content deleted Content added
Template:Infobox programming language, WP:REFerence WP:CITation add, repeat cut; parameters: update-standardize, adds, fills, reorders, underscores > spaces, respaces, author > last + first. WP:LINKs: adds, update-standardizes, needless-WP:PIPEs > WP:NOPIPEs. Adds: MOS:COMMENT, WP:CATEGORY.
Tag: content sourced to vanity press
m In prior edit and this edit: nonacronym MOS:ALLCAPS, nonlead-word nonproper noun MOS:CAPS > WP:LOWERCASE sentence case. WP:LINKs: update-standardize, add. Small WP:COPYEDIT WP:EoS WP:TERSE: cut needless word repeat. Temporary diff alignment placeholder carriage return cut.
 
Line 181:
{{uncited section|date=April 2024}}
* Source maps allow users to debug their CoffeeScript code directly, supporting CoffeeScript tracebacks on run time errors.
* CoffeeScript supports a form of [[Literateliterate Programmingprogramming]], using the <code>.coffee.md</code> or <code>.litcoffee</code> file extension. This allows CoffeeScriptthe [[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.
 
== Extensions ==
Line 215:
* {{Cite book |last1=Grosenbach |first1=Geoffrey |date=May 12, 2011 |title=Meet CoffeeScript |edition=1st |publisher=PeepCode}}
* {{Cite book |last1=Bates |first1=Mark |date=May 31, 2012 |title=Programming in CoffeeScript |edition=1st |publisher=[[Addison-Wesley]] |page=350 |isbn=978-0-321-82010-5}}
 
* {{Cite book |last1=Burnham |first1=Trevor |date=August 3, 2011 |title=CoffeeScript: Accelerated JavaScript Development |edition=1st |publisher=[[Pragmatic Bookshelf]] |page=[https://archive.org/details/isbn_9781934356784/page/138 138] |isbn=978-1934356784 |url-access=registration |url=https://archive.org/details/isbn_9781934356784/page/138}}