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

Side by Side Diff: pubspec.yaml

Issue 2402473002: Add ClosureInfo for closures. (Closed)
Patch Set: add docs Created 4 years, 2 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/json_info_codec.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: dart2js_info 1 name: dart2js_info
2 version: 0.3.0 2 version: 0.5.0
Harry Terkelsen 2016/10/06 17:18:51 i bumped it to 0.5.0 instead of 0.4.0 to match the
3 description: > 3 description: >
4 Libraries and tools to process data produced when running dart2js with 4 Libraries and tools to process data produced when running dart2js with
5 --dump-info. 5 --dump-info.
6 author: Dart Team <misc@dartlang.org> 6 author: Dart Team <misc@dartlang.org>
7 homepage: http://dart-lang.github.io/dart2js_info/doc/api/ 7 homepage: http://dart-lang.github.io/dart2js_info/doc/api/
8 8
9 dependencies: 9 dependencies:
10 path: ^1.3.6 10 path: ^1.3.6
11 args: ^0.13.0 11 args: ^0.13.0
12 shelf: ^0.6.1+2 12 shelf: ^0.6.1+2
13 yaml: ^2.1.0 13 yaml: ^2.1.0
14 charcode: ^1.1.0 14 charcode: ^1.1.0
15 quiver: '>=0.21.0 <0.23.0' 15 quiver: '>=0.21.0 <0.23.0'
16 16
17 environment: 17 environment:
18 sdk: '>=1.11.0 <2.0.0' 18 sdk: '>=1.11.0 <2.0.0'
19 19
20 dev_dependencies: 20 dev_dependencies:
21 test: ^0.12.3+4 21 test: ^0.12.3+4
22 executables: 22 executables:
23 dart2js_info_code_deps: code_deps 23 dart2js_info_code_deps: code_deps
24 dart2js_info_coverage_log_server: coverage_log_server 24 dart2js_info_coverage_log_server: coverage_log_server
25 dart2js_info_debug_info: debug_info 25 dart2js_info_debug_info: debug_info
26 dart2js_info_deferred_library_check: deferred_library_check 26 dart2js_info_deferred_library_check: deferred_library_check
27 dart2js_info_deferred_library_size: deferred_library_size 27 dart2js_info_deferred_library_size: deferred_library_size
28 dart2js_info_function_size_analysis: function_size_analysis 28 dart2js_info_function_size_analysis: function_size_analysis
29 dart2js_info_library_size_split: library_size_split 29 dart2js_info_library_size_split: library_size_split
30 dart2js_info_live_code_size_analysis: live_code_size_analysis 30 dart2js_info_live_code_size_analysis: live_code_size_analysis
OLDNEW
« no previous file with comments | « lib/json_info_codec.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698