Added additional information to homepage
- It's a framework and has graceful feature degredationwebsite
parent
3a98245628
commit
291f019a0e
|
@ -32,6 +32,15 @@
|
||||||
planned support for traits/mixins, function overloading and more.
|
planned support for traits/mixins, function overloading and more.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
ease.js is a framework. It is not a compiler. This allows you to use it
|
||||||
|
wherever JavaScript may be used, including with other compilers/parsers.
|
||||||
|
It provides support for older, pre-ES5 browsers by gracefully dropping
|
||||||
|
features (such as visibility), but remaining functionally consistent.
|
||||||
|
Therefore, code written using ease.js should operate exactly the same in
|
||||||
|
Internet Explorer 5.5 as it does in Chromium 10.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<strong>This project is under heavy development.</strong> However, the
|
<strong>This project is under heavy development.</strong> However, the
|
||||||
<tt>master</tt> branch is always guaranteed to be in a working, stable
|
<tt>master</tt> branch is always guaranteed to be in a working, stable
|
||||||
|
|
Loading…
Reference in New Issue