Does dart2js support compilation to ecmascript-6 version of javascript? How do you compile to it ? If not, is it planned ?
This raises another issue for js devs. If this is done would it rely on different set of shims to work with (dart2js generated) es5 code, other than ones used already (https://github.com/paulmillr/es6-shim/).