sigmundch
sigmundch
Precisely, the class declaration would only have a constructor but no members beyond that. I can confirm now that 2.15 indeed has all the changes needed to support that pattern....
I believe so - but I thought that was also working prior to 2.15. Were you running into trouble with that in the past?
we don't have support for that at the moment. The closest we have to that would be to use `jsify` (similary `callConstructor` for non-anonymous classes). Note however that `jsify` is...
cool - I'll schedule some time to get together with @kevmoo @rakudrama @vsmenon as well, to discuss our options. For example, we hope to make changes that make more fine...
I believe we concluded to keep it O2 by default and allow to upgrade to O3 with very little configuration. To ameliorate the concern that the default behavior is not...
dart2js accepts `--enable-experiment=experiment_name` on the command-line, I believe DDC does too, but I'm not familiar with how to adjust the launch commands in webstorm to provide it. @jwren do you...
I have reservations about moving the symbols too - the existing categories map to the language definitions and I'd prefer to preserve that if we can. I understand that sometimes...
That sounds great to me too.
I'll follow up in more detail in the dart-sdk bug, but wanted to mention a couple things I noticed in my investigation: * the .pendingResult or .toString are signal of...
Regarding the original issue here, note that we've continued the dart level discussion at https://github.com/dart-lang/sdk/issues/48304 - the specific issue with the `get_it` package relates to using callable objects via the...