Jacob MacDonald
Jacob MacDonald
Between 0.4.2 and 0.5.1 there were a bunch of new tests/examples added for core-list. We should port all the tests and choose some (or all) of the examples to port...
Currently its doing this in Dart code instead of shelling out to tar itself, and this seems to be quite slow.
Currently this is causing us to disable the sandbox for the DartPackagesDir and Dart2jsCompile actions.
I think this should work with a similar syntax to `pub run`, where you specify the target using `$package:$executable`. Only supporting things in `bin` is fine for now I think.
see change here https://github.com/dart-lang/paper-elements/pull/76 to fix bots
They were removed here https://github.com/dart-lang/polymer_elements/commit/6a08fdf921bb9e0cb7821323f44f3219229c7bd3, and tests live here https://github.com/dart-lang/polymer_elements/tree/platinum-tests. There were various issues that need to be investigated to get these to work.
The event handler in the element itself is firing (_onTransitionEnd) but imperative listeners aren't getting called so something weird is going on there.
Not sure exactly what the right thing is to do here. When you pass a FormData object to js it is just a normal dart object, not a JS FormData...