Skip to content

Commit

Permalink
Merge ae29935 into fbd999e
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins committed Mar 10, 2021
2 parents fbd999e + ae29935 commit 8d4d89a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/src/model/package_builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@ class PubPackageBuilder implements PackageBuilder {
return _contextCollection;
}

/// Return an Iterable with the sdk files we should parse.
/// Filter can be String or RegExp (technically, anything valid for
/// [String.contains])
/// Returns an Iterable with the SDK files we should parse.
Iterable<String> getSdkFilesToDocument() sync* {
for (var sdkLib in sdk.sdkLibraries) {
var source = sdk.mapDartUri(sdkLib.shortName);
Expand Down

0 comments on commit 8d4d89a

Please sign in to comment.