OLD | NEW |
---|---|
(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.) | |
OLD | NEW |