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

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

Issue 2561723003: Merge kernel closure conversion into the Dart SDK (Closed)
Patch Set: Remove path constraint Created 4 years 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/kernel/lib/visitor.dart ('k') | pkg/kernel/test/class_hierarchy_basic.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: kernel 1 name: kernel
2 version: 0.2.0 2 version: 0.2.0
3 author: Dart Team <misc@dartlang.org> 3 author: Dart Team <misc@dartlang.org>
4 description: Dart IR (Intermediate Representation) 4 description: Dart IR (Intermediate Representation)
5 homepage: https://github.com/dart-lang/kernel 5 homepage: https://github.com/dart-lang/kernel
6 environment: 6 environment:
7 sdk: ">=1.8.0" 7 sdk: ">=1.8.0"
8 dependencies: 8 dependencies:
9 analyzer: ^0.29.0 9 analyzer: ^0.30.0-alpha.0
10 path: ^1.3.9 10 path: ^1.3.9
11 args: ^0.13.4 11 args: ^0.13.4
12 logging: ^0.11.2 12 logging: ^0.11.2
13 package_config: ^1.0.0 13 package_config: ^1.0.0
14 dev_dependencies: 14 dev_dependencies:
15 test: ^0.12.15+6 15 test: ^0.12.15+6
16 stack_trace: ^1.6.6 16 stack_trace: ^1.6.6
17 ansicolor: ^0.0.9 17 ansicolor: ^0.0.9
18 testing:
19 git:
20 url: https://github.com/peter-ahe-google/testing.git
21 ref: 2e196d5
18 dependency_overrides: 22 dependency_overrides:
19 analyzer: {path: ../analyzer} 23 analyzer: {path: ../analyzer}
OLDNEW
« no previous file with comments | « pkg/kernel/lib/visitor.dart ('k') | pkg/kernel/test/class_hierarchy_basic.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698