commit | c3301f6f64f0c2c1578ed07370f7ac4e35ed00c7 | [log] [tgz] |
---|---|---|
author | Lasse R.H. Nielsen <lrn@google.com> | Thu Mar 12 12:47:02 2020 +0100 |
committer | GitHub <noreply@github.com> | Thu Mar 12 12:47:02 2020 +0100 |
tree | 49ff8ea18ad039e34b28d6035ff6f5ca7b4c4620 | |
parent | fe0b48db500f0964a1f194c816b1f5f5e5e848f8 [diff] |
Change to only look for package_config.json if asked for .packages by name. (#78) Some clean-up.
Support for working with Package Configuration files as described in the Package Configuration v2 design document.
The primary libraries are
package_config.dart
: Defines the PackageConfig
class and other types needed to use package configurations.
package_config_discovery.dart
: Provides functions for reading configurations from files, and writing them back out.
The package includes deprecated backwards compatible functionality to work with the .packages
file. This functionality will not be maintained, and will be removed in a future version of this package.