Update the ensureUptodate
procedure to handle workspaces
#4239
Labels
type-enhancement
A request for a change that isn't a bug
We want:
dart run
that does not have to parse yaml..dart_tool/package_config.json
should be parsed, and relevant timestamps compared..dart_tool/package_config.json
could not be found, or time-stamps mismatch we do a full resolution.The procedure for the fast path would be like:
We then for each parent directory p of current directory (including it):
The text was updated successfully, but these errors were encountered: