PackageMap class
Constructors
-
PackageMap(Map<
String, Package> packages, MelosLogger _logger)
Properties
Methods
-
addPackage(
Package package) → PackageMap - Adds a package to this PackageMap, returning a new PackageMap.
-
applyFilters(
PackageFilters? filters, {PubClientConfig pubConfig = const PubClientConfig()}) → Future< PackageMap> - Detect packages in the workspace with the provided filters.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
String key) → Package?
Static Methods
-
resolvePackages(
{required String workspacePath, required List< Glob> packages, required List<Glob> ignore, required Map<String, List< categories, required MelosLogger logger, bool discoverNestedWorkspaces = false}) → Future<Glob> >PackageMap> -
resolveRootPackage(
{required String workspacePath, required MelosLogger logger, Map< String, List< categories = const {}}) → Future<Glob> >Package>