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

Side by Side Diff: pubspec.lock

Issue 2183603003: Working compiler in browser. (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Cleaned up CL with John's comments Created 4 years, 4 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
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.19"
10 args: 10 args:
11 description: 11 description:
12 name: args 12 name: args
13 url: "https://pub.dartlang.org" 13 url: "https://pub.dartlang.org"
14 source: hosted 14 source: hosted
15 version: "0.13.4+2" 15 version: "0.13.4+2"
16 async: 16 async:
17 description: 17 description:
18 name: async 18 name: async
19 url: "https://pub.dartlang.org" 19 url: "https://pub.dartlang.org"
(...skipping 10 matching lines...) Expand all
30 name: bazel_worker 30 name: bazel_worker
31 url: "https://pub.dartlang.org" 31 url: "https://pub.dartlang.org"
32 source: hosted 32 source: hosted
33 version: "0.1.1" 33 version: "0.1.1"
34 boolean_selector: 34 boolean_selector:
35 description: 35 description:
36 name: boolean_selector 36 name: boolean_selector
37 url: "https://pub.dartlang.org" 37 url: "https://pub.dartlang.org"
38 source: hosted 38 source: hosted
39 version: "1.0.1" 39 version: "1.0.1"
40 browser:
41 description:
42 name: browser
43 url: "https://pub.dartlang.org"
44 source: hosted
45 version: "0.10.0+2"
40 charcode: 46 charcode:
41 description: 47 description:
42 name: charcode 48 name: charcode
43 url: "https://pub.dartlang.org" 49 url: "https://pub.dartlang.org"
44 source: hosted 50 source: hosted
45 version: "1.1.0" 51 version: "1.1.0"
46 cli_util: 52 cli_util:
47 description: 53 description:
48 name: cli_util 54 name: cli_util
49 url: "https://pub.dartlang.org" 55 url: "https://pub.dartlang.org"
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 name: http_multi_server 114 name: http_multi_server
109 url: "https://pub.dartlang.org" 115 url: "https://pub.dartlang.org"
110 source: hosted 116 source: hosted
111 version: "2.0.1" 117 version: "2.0.1"
112 http_parser: 118 http_parser:
113 description: 119 description:
114 name: http_parser 120 name: http_parser
115 url: "https://pub.dartlang.org" 121 url: "https://pub.dartlang.org"
116 source: hosted 122 source: hosted
117 version: "3.0.1" 123 version: "3.0.1"
124 isolate:
125 description:
126 name: isolate
127 url: "https://pub.dartlang.org"
128 source: hosted
129 version: "0.2.2"
118 js: 130 js:
119 description: 131 description:
120 name: js 132 name: js
121 url: "https://pub.dartlang.org" 133 url: "https://pub.dartlang.org"
122 source: hosted 134 source: hosted
123 version: "0.6.0" 135 version: "0.6.0"
124 logging: 136 logging:
125 description: 137 description:
126 name: logging 138 name: logging
127 url: "https://pub.dartlang.org" 139 url: "https://pub.dartlang.org"
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 url: "https://pub.dartlang.org" 295 url: "https://pub.dartlang.org"
284 source: hosted 296 source: hosted
285 version: "0.1.3" 297 version: "0.1.3"
286 yaml: 298 yaml:
287 description: 299 description:
288 name: yaml 300 name: yaml
289 url: "https://pub.dartlang.org" 301 url: "https://pub.dartlang.org"
290 source: hosted 302 source: hosted
291 version: "2.1.9" 303 version: "2.1.9"
292 sdk: ">=1.16.0 <1.19.0" 304 sdk: ">=1.16.0 <1.19.0"
OLDNEW
« no previous file with comments | « lib/src/compiler/compiler.dart ('k') | pubspec.yaml » ('j') | web/web_command.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698