Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d82bf7

Browse files
committed
Add more features to the list of reasons to check out CoffeeScript 2
1 parent ebe8493 commit 9d82bf7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/v1/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@
615615
<p><strong>Latest Version:</strong> <a href="https://github.com/jashkenas/coffeescript/tarball/1.12.6">1.12.6</a></p>
616616
<blockquote class="uneditable-code-block"><pre><code class="language-bash">npm install -g coffeescript
617617
</code></pre>
618-
</blockquote><p><strong>CoffeeScript 2 is coming!</strong> It adds support for <a href="/v2/#classes">ES2015 classes</a>, <a href="/v2/#fat-arrow"><code>async</code>/<code>await</code></a>, and generates JavaScript using ES2015+ syntax. <a href="/v2/">Learn more</a>.</p></p>
618+
</blockquote><p><strong>CoffeeScript 2 is coming!</strong> It adds support for <a href="/v2/#classes">ES2015 classes</a>, <a href="/v2/#fat-arrow"><code>async</code>/<code>await</code></a>, <a href="/v2/#jsx">JSX</a>, <a href="/v2/#splats">object rest/spread syntax</a>, and generates JavaScript using ES2015+ syntax. <a href="/v2/">Learn more</a>.</p></p>
619619

620620
<h2>Overview</h2>
621621
<p><em>CoffeeScript on the left, compiled JavaScript output on the right.</em></p>

documentation/sections/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ The CoffeeScript compiler goes to great lengths to generate output JavaScript th
1010
npm install -g coffeescript
1111
```
1212

13-
**CoffeeScript 2 is coming!** It adds support for [ES2015 classes](/v2/#classes), [`async`/`await`](/v2/#fat-arrow), and generates JavaScript using ES2015+ syntax. <a href="/v2/">Learn more</a>.</p>
13+
**CoffeeScript 2 is coming!** It adds support for [ES2015 classes](/v2/#classes), [`async`/`await`](/v2/#fat-arrow), [JSX](/v2/#jsx), [object rest/spread syntax](/v2/#splats), and generates JavaScript using ES2015+ syntax. <a href="/v2/">Learn more</a>.</p>

0 commit comments

Comments
 (0)