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

Side by Side Diff: pubspec.yaml

Issue 2758843003: Add simple binary that prints the inferred type information of a single function (Closed)
Patch Set: rebase Created 3 years, 9 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 | « bin/show_inferred_types.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.5.3+1 2 version: 0.5.4
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 environment: 9 environment:
10 sdk: '>=1.11.0 <2.0.0' 10 sdk: '>=1.11.0 <2.0.0'
11 dependencies: 11 dependencies:
12 args: ^0.13.0 12 args: ^0.13.0
13 charcode: ^1.1.0 13 charcode: ^1.1.0
14 collection: ^1.10.1 14 collection: ^1.10.1
15 path: ^1.3.6 15 path: ^1.3.6
16 quiver: '>=0.21.0 <0.25.0' 16 quiver: '>=0.21.0 <0.25.0'
17 shelf: ^0.6.1+2 17 shelf: ^0.6.1+2
18 yaml: ^2.1.0 18 yaml: ^2.1.0
19 dev_dependencies: 19 dev_dependencies:
20 test: ^0.12.3+4 20 test: ^0.12.3+4
21 executables: 21 executables:
22 dart2js_info_code_deps: code_deps 22 dart2js_info_code_deps: code_deps
23 dart2js_info_coverage_log_server: coverage_log_server 23 dart2js_info_coverage_log_server: coverage_log_server
24 dart2js_info_debug_info: debug_info 24 dart2js_info_debug_info: debug_info
25 dart2js_info_deferred_library_check: deferred_library_check 25 dart2js_info_deferred_library_check: deferred_library_check
26 dart2js_info_deferred_library_size: deferred_library_size 26 dart2js_info_deferred_library_size: deferred_library_size
27 dart2js_info_deferred_library_layout: deferred_library_layout 27 dart2js_info_deferred_library_layout: deferred_library_layout
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
31 dart2js_info_show_inferred_types: show_inferred_types
OLDNEW
« no previous file with comments | « bin/show_inferred_types.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698