Jacob MacDonald

Results 175 issues of 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...

enhancement
>=1.0

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...

>=1.0

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...

>=1.0

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...

type-enhancement
package:firehose

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...

P3
package:frontend_server_client
triaged

https://github.com/dart-lang/language/blob/main/working/augmentation-libraries/feature-specification.md

area-test