Allow the latest glob in analyzer #44429
Labels
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
NNBD
Issues related to NNBD Release
P1
A high priority bug; for example, a single project is unusable or has many test failures
Blocking dart-lang/test#1400
The analyzer should allow
glob
version2.0.0-nullsafety
so that test package users can use the latest glob.I would just expand the upper bound constraint to <3.0.0 until the analyzer decides to migrate to null safety, at which point it would need to upgrade its min constraint on the package.
The text was updated successfully, but these errors were encountered: