Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 2.17 KB

TODO.md

File metadata and controls

56 lines (34 loc) · 2.17 KB

TODO

find all presentations ever given about haxe and javascript

presentations

http://www.slideshare.net/NeilGreen1/type-script-vs-coffeescript-vs-es6

autoconvert

js_to_haxe.cmd <path_to_js_source_directory>

haxelib install refactor

cd /usr/lib/haxe/lib/refactor/2,5,4/scripts/

haxelib run refactor convert --exclude-string-literals --exclude-comments "%1" *.js "%2" /[.]js$/.hx/ js_to_haxe.rules

haxelib run refactor convert --exclude-string-literals --exclude-comments ~/Documents/workingdir/haxe/haxejs/05externs/code/bin *.js ~/Documents/workingdir/haxe/haxejs/05externs/code/bin/out /[.]js/.hx/ js_to_haxe.rules

haxelib run refactor convert --exclude-string-literals --exclude-comments /Users/matthijs/Downloads/_convert/export *.js /Users/matthijs/Downloads/_convert/out /[.]js/.hx/ js_to_haxe.rules

→ haxelib run refactor -v convert /Users/matthijs/Downloads/_convert/original *.js /Users/matthijs/Downloads/_convert/out js_to_haxe.rules

haxelib run refactor convert --exclude-string-literals --exclude-comments "/Users/matthijs/Downloads/_convert/original" *.js "/Users/matthijs/Downloads/_convert/out" /[.]js$/.hx/ ..\rules\js_to_haxe.rules

Franco

http://io.pellucid.com/blog/the-benefits-of-transpiling-to-javascript

nice article about js and web

https://www.patreon.com/posts/2740520