Serialize hot reload rejections in a way that can be parsed mechanically in Flutter tools #60275
Labels
area-web
Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop.
web-dev-compiler
Currently, we report hot reload rejections on the web in stderr during the frontend server compile:
sdk/pkg/frontend_server/lib/src/javascript_bundle.dart
Line 99 in 49ad066
Hot reload rejected
.A better solution would be to have some shared parsing functionality between the frontend server and Flutter tools like in a shared package.
The text was updated successfully, but these errors were encountered: