|
Harvest from pub. Mostly a straight copy, except:
- Reorganized into smaller libraries.
- Added tests for prioritize() and antiprioritize().
- Filled in a few doc comments.
R=nweiz@google.com
Committed: c901a74427c0027a10ae67a182fb0c9886db3569
Total comments: 28
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1457 lines, -0 lines) |
Patch |
 |
A |
.gitignore
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
CHANGELOG.md
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
README.md
|
View
|
1
|
1 chunk |
+77 lines, -0 lines |
0 comments
|
Download
|
 |
A |
lib/pub_semver.dart
|
View
|
1
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
A |
lib/src/patterns.dart
|
View
|
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
A |
lib/src/version.dart
|
View
|
|
1 chunk |
+295 lines, -0 lines |
0 comments
|
Download
|
 |
A |
lib/src/version_constraint.dart
|
View
|
1
|
1 chunk |
+151 lines, -0 lines |
0 comments
|
Download
|
 |
A |
lib/src/version_range.dart
|
View
|
1
|
1 chunk |
+179 lines, -0 lines |
0 comments
|
Download
|
 |
A |
pubspec.yaml
|
View
|
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
A |
test/test_all.dart
|
View
|
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
A |
test/utils.dart
|
View
|
1
|
1 chunk |
+96 lines, -0 lines |
0 comments
|
Download
|
 |
A |
test/version_constraint_test.dart
|
View
|
|
1 chunk |
+143 lines, -0 lines |
0 comments
|
Download
|
 |
A |
test/version_range_test.dart
|
View
|
1
|
1 chunk |
+202 lines, -0 lines |
0 comments
|
Download
|
 |
A |
test/version_test.dart
|
View
|
1
|
1 chunk |
+248 lines, -0 lines |
0 comments
|
Download
|
Total messages: 7 (1 generated)
|