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

Side by Side Diff: pkg/lookup_map/pubspec.yaml

Issue 1308993008: Add version validation for LookupMap, also add unittest directly in LookupMap (take 2) (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: fix on top of previous CL Created 5 years, 3 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 unified diff | Download patch
« no previous file with comments | « pkg/lookup_map/lib/lookup_map.dart ('k') | pkg/lookup_map/test/lookup_map_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: lookup_map 1 name: lookup_map
2 description: a lookup-only map that can be tree-shaken by dart2js 2 description: a lookup-only map that can be tree-shaken by dart2js
3 # Note: the version needs to be kept in sync with the string in
4 # lib/lookup_map.dart, otherwise test/version_check_test would fail.
3 version: 0.0.1 5 version: 0.0.1
6 dev_dependencies:
7 test: ^0.12.3+8
8 yaml: ^2.1.2
OLDNEW
« no previous file with comments | « pkg/lookup_map/lib/lookup_map.dart ('k') | pkg/lookup_map/test/lookup_map_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698