| Index: pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/generators.dart
|
| diff --git a/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/generators.dart b/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/generators.dart
|
| index b8138d7b4dda863c3c20bcaa2fc90a6c9ba80675..0e88b340d25a10188fa403f1adc1a07848ae6c6f 100644
|
| --- a/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/generators.dart
|
| +++ b/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/generators.dart
|
| @@ -5,8 +5,7 @@
|
| /// This library adapts ES6 generators to implement Dart's async/await.
|
| /// It's designed to interact with Dart's Future/Stream and follow Dart
|
| /// async/await semantics.
|
| -/// See https://github.com/dart-lang/dev_compiler/issues/245 for ideas on
|
| -/// reconciling Dart's Future and ES6 Promise.
|
| +/// See #27315 for ideas on reconciling Dart's Future and ES6 Promise.
|
| /// Inspired by `co`: https://github.com/tj/co/blob/master/index.js, which is a
|
| /// stepping stone for proposed ES7 async/await, and uses ES6 Promises.
|
| part of dart._runtime;
|
|
|