Skip to content

Commit

Permalink
Add more features to the list of reasons to check out CoffeeScript 2
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyBooth committed Jun 30, 2017
1 parent ebe8493 commit 9d82bf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/v1/index.html
Expand Up @@ -615,7 +615,7 @@
<p><strong>Latest Version:</strong> <a href="https://github.com/jashkenas/coffeescript/tarball/1.12.6">1.12.6</a></p>
<blockquote class="uneditable-code-block"><pre><code class="language-bash">npm install -g coffeescript
</code></pre>
</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>
</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>

<h2>Overview</h2>
<p><em>CoffeeScript on the left, compiled JavaScript output on the right.</em></p>
Expand Down
2 changes: 1 addition & 1 deletion documentation/sections/introduction.md
Expand Up @@ -10,4 +10,4 @@ The CoffeeScript compiler goes to great lengths to generate output JavaScript th
npm install -g coffeescript
```

**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>
**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 comments on commit 9d82bf7

Please sign in to comment.