You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use baseUri always when doing a hot reload or hot restart
We already use the baseUri when computing hot reload sources
metadata as it can never be null. The member is changed to be
non-nullable to reflect that.
To be consistent, we also use the baseUri (full url) for a hot
restart when running with the DDC library bundle format. Also
cleans up some code that was never used around tracking modules
in the bootstrap.
Related PR: dart-lang/webdev#2650
0 commit comments