Migrate to an API that exposes hot restart and hot reload operations as two phases (begin and end)
Open
P2
package:dwds
triaged
- Dominant language
- Dart
- Stars
- 224
- Forks
- 94
- Avg merge
- 7h 14m
- Merged PRs (30d)
- 2
Description
We are going to expose the two phases of the hot reload and hot restart operations in the embedder. This will make it easier to support the variety of integrations we have. We should migrate to depend on:
* `dartDevEmbedder.hotReloadBegin()`
* `dartDevEmbedder.hotReloadEnd()`
* `dartDevEmbedder.hotRestartBegin()`
* `dartDevEmbedder.hotRestartEnd()`
Contributor guide
Assessment
This issue has not been assessed yet.