I was seduced by the Dart language and I would like to build my future webapp in this language, but since only chrome supports to this day this language (and it is unlikely that other browsers will follow) I put all my hopes in dart2js to convert my future application in pure javascript. But I'm afraid I have bad surprises once the work is completed, my question is simple: can I have complete confidence in this tool whatever the target browser is?
Edit1: I understand that the cross-browser compatibility is mainly the job of the developer
Edit2: What I exactly mean is: to what extent can I have confidence that dart2js will convert my entire webapp once finished, that it will not encounter an "internal error" while doing it.