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

Side by Side Diff: pubspec.lock

Issue 2158173003: fix #603, support mock objects (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: add test Created 4 years, 5 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 | « lib/src/js_ast/nodes.dart ('k') | test/browser/language_tests.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Generated by pub 1 # Generated by pub
2 # See http://pub.dartlang.org/doc/glossary.html#lockfile 2 # See http://pub.dartlang.org/doc/glossary.html#lockfile
3 packages: 3 packages:
4 analyzer: 4 analyzer:
5 description: 5 description:
6 name: analyzer 6 name: analyzer
7 url: "https://pub.dartlang.org" 7 url: "https://pub.dartlang.org"
8 source: hosted 8 source: hosted
9 version: "0.27.4-alpha.12" 9 version: "0.27.4-alpha.12"
10 args: 10 args:
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 description: 227 description:
228 name: string_scanner 228 name: string_scanner
229 url: "https://pub.dartlang.org" 229 url: "https://pub.dartlang.org"
230 source: hosted 230 source: hosted
231 version: "0.1.5" 231 version: "0.1.5"
232 test: 232 test:
233 description: 233 description:
234 name: test 234 name: test
235 url: "https://pub.dartlang.org" 235 url: "https://pub.dartlang.org"
236 source: hosted 236 source: hosted
237 version: "0.12.13+5" 237 version: "0.12.15+1"
238 typed_data: 238 typed_data:
239 description: 239 description:
240 name: typed_data 240 name: typed_data
241 url: "https://pub.dartlang.org" 241 url: "https://pub.dartlang.org"
242 source: hosted 242 source: hosted
243 version: "1.1.3" 243 version: "1.1.3"
244 unittest: 244 unittest:
245 description: 245 description:
246 name: unittest 246 name: unittest
247 url: "https://pub.dartlang.org" 247 url: "https://pub.dartlang.org"
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 name: which 282 name: which
283 url: "https://pub.dartlang.org" 283 url: "https://pub.dartlang.org"
284 source: hosted 284 source: hosted
285 version: "0.1.3" 285 version: "0.1.3"
286 yaml: 286 yaml:
287 description: 287 description:
288 name: yaml 288 name: yaml
289 url: "https://pub.dartlang.org" 289 url: "https://pub.dartlang.org"
290 source: hosted 290 source: hosted
291 version: "2.1.9" 291 version: "2.1.9"
292 sdk: ">=1.16.0 <1.19.0" 292 sdk: ">=1.16.0 <1.20.0"
OLDNEW
« no previous file with comments | « lib/src/js_ast/nodes.dart ('k') | test/browser/language_tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698