dartanalyzer can't resolve package: URIs unless it's in the dir of the project #24116
Labels
legacy-area-analyzer
Use area-devexp instead.
P2
A bug or feature request we're likely to work on
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Consider this case:
stagehand package-simple
)dartanalyzer path/to/dummy/project/bin/main.dart
Expected: analysis to work
Actual:
If I cd into my dummy project, I can analyze:
FWIW the VM runs the code from an arbitrary directory
The text was updated successfully, but these errors were encountered: