Request: a way to access the contents of a .packages file, if provided #24211
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
library-io
library-isolate
Milestone
The Dart platform now supports a
.packages
file as a way to specify a mapping between a package name and a location where the package's lib contents are stored.Dart programs would like access to this map, in order to introspect package contents at runtime.
This request is for a new API added to the Isolate class. Something like this strawman:
The text was updated successfully, but these errors were encountered: