-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Create a package for pub itself #21169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We've wanted to make a published "pub" package for a while, but we've never had the time to do so. I'm retargeting this bug to be about that goal in general. Changed the title to: "Create a package for pub itself". |
This comment was originally written by @seaneagan The pubspec metadata of the current entry point package, and especailly the version would be particularly useful: |
This issue has been moved to dart-lang/pub#1154. |
This issue was originally filed by @seaneagan
I'm building a package which involves reading and writing to pubspecs, and pub's code to represent pubspecs, packages, dependencies etc. in the following files would be quite useful to have access to:
https://code.google.com/p/dart/source/browse/branches/bleeding_edge/dart/sdk/lib/_internal/pub/lib/src/package.dart
https://code.google.com/p/dart/source/browse/branches/bleeding_edge/dart/sdk/lib/_internal/pub/lib/src/pubspec.dart
It could either be a
pub
package or multiplepub_\*\*\*
packages alapub_semver
.The text was updated successfully, but these errors were encountered: