You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rearrange SDK PackageMeta instantiation to be similar to normal packages (#1639)
* Fix or disable miscellaneous lints in dartdoc
* Clean up a few more lints.
* Rename category to package in all remaining references
* dartfmt
* Review comments
* Intermediate state
* basic dartdoc options now working
* Fix test failure (accidentally caching config info)
* dartfmt
* dartfmt
* one last rename
* Remove overly complicated config inheritance; we can add it back if we truly need this
* dartfmt
* Unify SDK PackageMeta construction and add cache
* update test package docs
* PackageMeta construction sufficiently robust for refactor
* Fix infinite loop and error messages
* Rename path/p import directive to pathLib everywhere.
* dartfmt
* 'Dart SDK' + '' => 'Dart Core' + 'SDK'
* SDK name is no longer special
0 commit comments