@mark...@google.com, the DDC side of this should be ready for review (although, I'm not sure why `pkg/dev_compiler/test/sdk_source_map_test` is failing as it does pass locally).
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
DDC-side change LGTM - but I'm also not sure why that test is failing.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
external bool get keepIsolateAlive;Daco Harkes@dacoh...@google.com, I wasn't able to get this to work without adding explicit getters and setters as the patching mechanism doesn't seem to like patching properties with implicit getters and setters.
Johnni Winthercc @johnni...@google.com, I believe you would want to know if augmentations with fields doesn't work as expected. Are the patchfiles already working with the augmentations implementation?
@bko...@google.com lgtm to work around a patching issue like that. The language spec says a field is identical to a getter and setter from an API POV.
The current patching mechanism doesn't support patching of fields. When we get further into the implementation for augmentations I think it should be possible (pending the exact spec for field augmentation which).
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[ SDK ] Add `js_dev_runtime` stubs for `dart:ffi`
This will allow for developer tooling to still compile applications with
`dart:ffi` imports for web targets.
Fixes https://github.com/dart-lang/sdk/issues/62126
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |