Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(337)

Unified Diff: lib/pub_semver.dart

Issue 2029263003: Make the VersionUnion class public. (Closed) Base URL: git@github.com:dart-lang/pub_semver@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/version_constraint.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/pub_semver.dart
diff --git a/lib/pub_semver.dart b/lib/pub_semver.dart
index fd2320e1cfabce61a4298788e17214c31b3309a8..bfb7d8b70450ca3e2243fa18d969719cd32f5e58 100644
--- a/lib/pub_semver.dart
+++ b/lib/pub_semver.dart
@@ -5,3 +5,4 @@
export 'src/version.dart';
export 'src/version_constraint.dart';
export 'src/version_range.dart';
+export 'src/version_union.dart';
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/version_constraint.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698