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

Side by Side Diff: sdk/lib/_internal/pub_generated/README.md

Issue 557563002: Store the async-await compiled pub code directly in the repo. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 Pub is currently dogfooding the new Dart async/await syntax. Since the Dart VM
2 doesn't natively support it yet, we are using the [async-await][] compiler packa ge.
nweiz 2014/09/08 23:17:05 Long line.
Bob Nystrom 2014/09/09 17:01:04 Done.
3
4 [async-await]: https://github.com/dart-lang/async_await
5
6 We run that to compile pub-using-await from sdk/lib/_internal/pub down to
7 vanilla Dart code which is what you see here. To interoperate more easily with
8 the rest of the repositry, we check in that generated code.
9
10 When bug #104 is fixed, we can remove this entirely.
11
12 The code here was compiled using the async-await compiler at commit:
13
14 6228072d2a3fd87d6d4e8b147853c74486fdb581
15
16 (Note: this file is also parsed by a tool to update the above commit, so be
17 careful not to reformat it.)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698