| Index: lib/runtime/dart/_generators.js
|
| diff --git a/lib/runtime/_generators.js b/lib/runtime/dart/_generators.js
|
| similarity index 98%
|
| rename from lib/runtime/_generators.js
|
| rename to lib/runtime/dart/_generators.js
|
| index 5dd6e2f023e4c826a9ff9c2de5fea07f15caf7b8..442ae736eaa30134fd4fc2b657c1c2235bdfd365 100644
|
| --- a/lib/runtime/_generators.js
|
| +++ b/lib/runtime/dart/_generators.js
|
| @@ -14,9 +14,9 @@
|
| * 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.
|
| */
|
| -dart_library.library('dart_runtime/_generators', null, /* Imports */[
|
| +dart_library.library('dart/_generators', null, /* Imports */[
|
| ], /* Lazy Imports */[
|
| - 'dart_runtime/_operations',
|
| + 'dart/_operations',
|
| 'dart/_js_helper',
|
| 'dart/core',
|
| 'dart/collection',
|
|
|