-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
front-end-fastalegacy-area-front-endLegacy: Use area-dart-model instead.Legacy: Use area-dart-model instead.type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
Users provide entry points to our tools as command line arguments. In some cases those entry points are inside a the lib
directory of the package the user is working on, but are specified as file paths.
This can cause the same library file to be imported both using a file URI and a package URI, causing it to be interpreted as two different libraries.
To help users, we should vet the entry point path against its package configuration, and if the entry point could be referenced using a package URI, use that package URI as the URI of the entry-point instead.
zoechi, pulyaevskiy, jmesserly, munificent, fmatosqg and 9 more
Metadata
Metadata
Assignees
Labels
front-end-fastalegacy-area-front-endLegacy: Use area-dart-model instead.Legacy: Use area-dart-model instead.type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug