We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8da9d commit c4daaf9Copy full SHA for c4daaf9
lib/src/model/package_builder.dart
@@ -127,9 +127,7 @@ class PubPackageBuilder implements PackageBuilder {
127
return _contextCollection;
128
}
129
130
- /// Return an Iterable with the sdk files we should parse.
131
- /// Filter can be String or RegExp (technically, anything valid for
132
- /// [String.contains])
+ /// Returns an Iterable with the SDK files we should parse.
133
Iterable<String> getSdkFilesToDocument() sync* {
134
for (var sdkLib in sdk.sdkLibraries) {
135
var source = sdk.mapDartUri(sdkLib.shortName);
0 commit comments