File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -177,11 +177,17 @@ abstract class Source {
177
177
///
178
178
/// For a hosted package this would be the host url.
179
179
///
180
- /// For a git package this would be the repo url and a ref and a path inside
181
- /// the repo.
180
+ /// For a git package this would be the repo url and a ref and a path inside the
181
+ /// repo.
182
+ ///
183
+ /// For a path package it is the path.
182
184
///
183
185
/// This is the information that goes into a `pubspec.yaml` dependency together
184
186
/// with a version constraint.
187
+ ///
188
+ /// After resolution we might know more about the specifics of the package that
189
+ /// pins the content down (such as its content-hash or git commit id) this is
190
+ /// represented by a [ResolvedDescription] .
185
191
abstract class Description {
186
192
Source get source;
187
193
You can’t perform that action at this time.
0 commit comments