Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

extras

livescript.js

Concatenated and compressed version of the LiveScript compiler for use in any platform that supports JavaScript.

  • When loaded in an HTML page, it will compile and evaluate each <script type="ls">.

  • Works as a JS Module for XUL Applications.

      Components.utils.import('resource://xqjs/livescript.js')
      var js = LiveScript.compile(co)