angular-cn/modules/angular2/test/facade
Tim Blasi 22f5925202 fix(facade): Make PromiseWrapper#all semantics equivalent
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.
2015-06-01 07:26:46 -07:00
..
async_dart_spec.dart style(dart): Format Dart source with dart_style 0.1.8 2015-05-29 10:42:47 -07:00
async_spec.ts fix(facade): Make PromiseWrapper#all semantics equivalent 2015-06-01 07:26:46 -07:00
collection_spec.ts fix(facade): Fix bug in TS indexOf 2015-05-28 06:56:24 -07:00
lang_spec.ts refactor (test/facade): Ts'ify test/facade 2015-05-27 08:10:11 +02:00