I'm a senior ActionScript dev and would like to start converting some of my class libraries to JavaScript, especially those that make use of bitmap manipulation and would target the canvas element in HTML.
My question is how clean is the resulting JavaScript code from a Haxe/HaxeNME compilation? Is it easy to debug?
Or would I be better off forgetting Haxe and coding in JavaScript from scratch?