mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The semantics between ES6 `Promise#all` and Dart's `Future#wait` are different for values that are not `Promise`/`Future`s. In ES6, non-`Promise` values are immediately completed to their current value. In Dart, non-`Future` values cause an error. Updated Dart's `PromiseWrapper#all` implementation to conform to the ES6 spec. |
||
|---|---|---|
| .. | ||
| async_dart_spec.dart | ||
| async_spec.ts | ||
| collection_spec.ts | ||
| lang_spec.ts | ||