Jacob MacDonald
Jacob MacDonald
Today given a plain JsObject whose constructor is context['Object'], we convert it to a map and recursively call `convertToDart`. This could potentially be pretty expensive, and also it loses track...
We should be able to track property changes which came from Dart originally, and not re-apply them in `_propertyChanged` like we do today. Also for JsProxy objects the change would...
Today its just getting removed at the end of `initPolymer`. This might actually be ok but needs to be verified, especially in polyfilled browsers where element upgrading happens async. A...
The individual todo items aren't styled right.
In the `test` repo we have 3 packages, test -> test_core -> test_api. Where a dependency exists between them they pin exact versions. We typically use the `pubspec_overrides.yaml` file to...
If you for instance compile with `--enable-experiment foobar` I would expect an error message about an unknown experiment. We are notified that there is 1 error, but cannot get any...
https://github.com/dart-lang/language/blob/main/working/augmentation-libraries/feature-specification.md