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

Side by Side Diff: test/transformer/hello_app/pubspec.yaml

Issue 1788973002: Remove code that requires whole-program compile (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: merged Created 4 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 | « test/testing.dart ('k') | test/transformer/hello_app/web/index.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 name: hello_app
2 version: 0.0.1
3 dependencies:
4 browser: any
5 hello_dep:
6 path: ../hello_dep
7 dev_dependencies:
8 dev_compiler:
9 path: ../../..
10 transformers:
11 - dev_compiler:
12 args:
13 - --destructure-named-params
14 - $dart2js:
15 $exclude: '**'
OLDNEW
« no previous file with comments | « test/testing.dart ('k') | test/transformer/hello_app/web/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698