tree: f3ffdf0abfdf27c1708cc94b770e8a8c3c8f9a04 [path history] [tgz]
  1. asset/
  2. bin/
  3. lib/
  4. test/
  5. README.md
sdk/lib/_internal/pub_generated/README.md

Pub is currently dogfooding the new Dart async/await syntax. Since the Dart VM doesn't natively support it yet, we are using the async-await compiler package.

We run that to compile pub-using-await from sdk/lib/_internal/pub down to vanilla Dart code which is what you see here. To interoperate more easily with the rest of the repositry, we check in that generated code.

When bug #104 is fixed, we can remove this entirely.

The code here was compiled using the async-await compiler at commit:

b151ae5aeb8b825c528f46181d80430b2ee33a63

(Note: this file is also parsed by a tool to update the above commit, so be careful not to reformat it.)