UNPKG

jsx

Version:

a faster, safer, easier JavaScript

18 lines (15 loc) 289 B
// usage: jsx --complete 15:7 complete/example.jsx import "js/web.jsx"; /** * The application main class. */ class _Main { /** * The application entry point. * @param args arguments of process */ static function main(args : string[]) :void { log "Hello, world!"; dom. } }