Browse Source

Document TypeScript compatibility

pull/528/head
Sami Vaarala 9 years ago
parent
commit
2fc72b1244
  1. 7
      website/guide/compatibility.html

7
website/guide/compatibility.html

@ -54,6 +54,13 @@ Javascript. There are no known issues.</p>
<p>Like CoffeeScript, <a href="http://livescript.net/">LiveScript</a> compiles to <p>Like CoffeeScript, <a href="http://livescript.net/">LiveScript</a> compiles to
Javascript. There are no known issues.</p> Javascript. There are no known issues.</p>
<h2 id="compatibility-typescript">TypeScript</h2>
<p><a href="https://github.com/Microsoft/TypeScript/">TypeScript</a>
compiles to Javascript. There are no known issues with compiling TypeScript
using the Microsoft TypeScript compiler (in the ES5/CommonJS mode) and
running the resulting Javascript using Duktape.</p>
<h2 id="compatibility-underscorejs">Underscore.js</h2> <h2 id="compatibility-underscorejs">Underscore.js</h2>
<p><a href="http://underscorejs.org/">Underscore.js</a> provides a lot of <p><a href="http://underscorejs.org/">Underscore.js</a> provides a lot of

Loading…
Cancel
Save