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

Side by Side Diff: pubspec.yaml

Issue 973433003: Initial cut for a development server (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 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 | « lib/src/utils.dart ('k') | test/all_tests.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: dev_compiler 1 name: dev_compiler
2 description: Dart dev checker / compiler 2 description: Dart dev checker / compiler
3 dependencies: 3 dependencies:
4 analyzer: 4 analyzer:
5 git: 5 git:
6 url: git@github.com:dart-lang/ddc_analyzer.git 6 url: git@github.com:dart-lang/ddc_analyzer.git
7 ref: master 7 ref: master
8 args: ^0.12.1 8 args: ^0.12.1
9 cli_util: ^0.0.1 9 cli_util: ^0.0.1
10 dart_style: 10 dart_style:
11 git: 11 git:
12 url: git@github.com:dart-lang/dart_style.git 12 url: git@github.com:dart-lang/dart_style.git
13 ref: master 13 ref: master
14 html5lib: ^0.12.0 14 html5lib: ^0.12.0
15 logging: ^0.9.2 15 logging: ^0.9.2
16 path: ^1.3.0
17 shelf: ^0.5.7
18 shelf_static: ^0.2.1
19 source_maps: ^0.10.0
16 source_span: ^1.0.0 20 source_span: ^1.0.0
17 path: ^1.3.0
18 source_maps: ^0.10.0
19 stack_trace: ^1.1.1 21 stack_trace: ^1.1.1
20 dev_dependencies: 22 dev_dependencies:
23 pub_semver: ^1.1.0
21 unittest: ^0.11.0 24 unittest: ^0.11.0
22 pub_semver: ^1.1.0
23 dependency_overrides: 25 dependency_overrides:
24 analyzer: 26 analyzer:
25 git: 27 git:
26 url: git@github.com:dart-lang/ddc_analyzer.git 28 url: git@github.com:dart-lang/ddc_analyzer.git
27 ref: master 29 ref: master
28 executables: 30 executables:
29 # Similar to "analyzer.dart" and its command line "dartanalyzer", we use 31 # Similar to "analyzer.dart" and its command line "dartanalyzer", we use
30 # "dartdevc" and "devc.dart" 32 # "dartdevc" and "devc.dart"
31 dartdevc: devc 33 dartdevc: devc
OLDNEW
« no previous file with comments | « lib/src/utils.dart ('k') | test/all_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698