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

Side by Side Diff: pubspec.yaml

Issue 2048463002: enable compatiblity with 1.18 SDKs (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 6 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 | « pubspec.lock ('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: dev_compiler 1 name: dev_compiler
2 version: 0.2.0 2 version: 0.2.0
3 description: > 3 description: >
4 Experimental Dart to JavaScript compiler designed to create idiomatic, 4 Experimental Dart to JavaScript compiler designed to create idiomatic,
5 readable JavaScript output. 5 readable JavaScript output.
6 6
7 author: Dart Dev Compiler team <dev-compiler@dartlang.org> 7 author: Dart Dev Compiler team <dev-compiler@dartlang.org>
8 homepage: https://github.com/dart-lang/dev_compiler 8 homepage: https://github.com/dart-lang/dev_compiler
9 9
10 dependencies: 10 dependencies:
(...skipping 11 matching lines...) Expand all
22 22
23 dev_dependencies: 23 dev_dependencies:
24 # We pin a specific version to ensure everyone is formatting the code exactly 24 # We pin a specific version to ensure everyone is formatting the code exactly
25 # the same way. This is because any change in dart_style, even non-breaking 25 # the same way. This is because any change in dart_style, even non-breaking
26 # changes, may change the output format. 26 # changes, may change the output format.
27 dart_style: 0.2.4 27 dart_style: 0.2.4
28 test: ^0.12.0 28 test: ^0.12.0
29 unittest: ^0.11.6 29 unittest: ^0.11.6
30 webdriver: ^0.8.8 30 webdriver: ^0.8.8
31 31
32 dependency_overrides:
33 # Remove once there is a package:test that allows 1.18 SDKs in its contraint.
34 test: ^0.12.0
35
32 environment: 36 environment:
33 sdk: ">=1.12.0 <2.0.0" 37 sdk: ">=1.12.0 <2.0.0"
34 38
35 executables: 39 executables:
36 # Similar to "analyzer.dart" and its command line "dartanalyzer" we use 40 # Similar to "analyzer.dart" and its command line "dartanalyzer" we use
37 # "dartdevc". 41 # "dartdevc".
38 dartdevc: dartdevc 42 dartdevc: dartdevc
39 dev_compiler: dartdevc 43 dev_compiler: dartdevc
OLDNEW
« no previous file with comments | « pubspec.lock ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698