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

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

Issue 2132073003: Validate cache consistency asynchronously. Compute modification times of physical files in a separa… (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: 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
OLDNEW
1 name: analyzer 1 name: analyzer
2 version: 0.27.4-alpha.16 2 version: 0.27.4-alpha.16
3 author: Dart Team <misc@dartlang.org> 3 author: Dart Team <misc@dartlang.org>
4 description: Static analyzer for Dart. 4 description: Static analyzer for Dart.
5 homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer 5 homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer
6 environment: 6 environment:
7 sdk: '>=1.12.0 <2.0.0' 7 sdk: '>=1.12.0 <2.0.0'
8 dependencies: 8 dependencies:
9 args: '>=0.12.1 <0.14.0' 9 args: '>=0.12.1 <0.14.0'
10 crypto: '>=1.1.1 <3.0.0' 10 crypto: '>=1.1.1 <3.0.0'
11 glob: ^1.0.3 11 glob: ^1.0.3
12 isolate: ^0.2.2
12 html: ^0.12.0 13 html: ^0.12.0
13 package_config: ^0.1.5 14 package_config: ^0.1.5
14 path: '>=0.9.0 <2.0.0' 15 path: '>=0.9.0 <2.0.0'
15 plugin: ^0.2.0 16 plugin: ^0.2.0
16 watcher: '>=0.9.6 <0.10.0' 17 watcher: '>=0.9.6 <0.10.0'
17 yaml: ^2.1.2 18 yaml: ^2.1.2
18 dev_dependencies: 19 dev_dependencies:
19 typed_mock: '>=0.0.4 <1.0.0' 20 typed_mock: '>=0.0.4 <1.0.0'
20 unittest: '>=0.9.0 <0.12.0' 21 unittest: '>=0.9.0 <0.12.0'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698