PackageMap class

Constructors

PackageMap(Map<String, Package> packages, MelosLogger _logger)

Properties

hashCode int
The hash code for this object.
no setterinherited
keys Iterable<String>
no setter
length int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values Iterable<Package>
no setter

Methods

applyFilters(PackageFilters? filters) 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 MelosLogger logger}) Future<PackageMap>