Commit History

Author SHA1 Message Date
  Dan Korostelev 88e5195369 [js] move standard library types to js.lib (DON'T MERGE YET, let's discuss) (#7390) 6 years ago
  Mark Knol 90eda8ce3c Happy new year! :tada: 6 years ago
  Dan Korostelev fa2526c7bb [js] make Promise interact properly with Thenable (closes #7655, closes #6028) 6 years ago
  Dan Korostelev 86b9b5b59d [js] use direct casts for PromiseHandler, but specify the order properly 6 years ago
  Dan Korostelev dd443c3c68 [js] fix type inference for Promise callback arguments (closes #6790) (#7644) 6 years ago
  Mark Knol b260f99c09 js API documentation (#7568) 6 years ago
  Jens Fischer 8e82adb067 [std] use the new function type syntax for js.Promise.new() (#7290) 7 years ago
  Mark Knol b3cc1d7949 Happy new year! (#6799) 7 years ago
  Mark Knol 875ad19432 2017 (#5932) 8 years ago
  Dan Korostelev 440b46519d [js] make Promise.resolve argument optional so Promise<Void> can be used 9 years ago
  Dan Korostelev b5e561dc01 change js.Thenable to something that can be used to actually call the `then` method. hope it won't break stuff 9 years ago
  Andy Li 2ff0b8534b Make js.Promise.then's fulfillCallback non-optional. Fix 4540. Fix 4808. 9 years ago
  Andy Li 1c79168a33 update copyright year to 2016 9 years ago
  Bruno Garcia 4288a90619 Move Promise to js package, care of @fponticelli. 10 years ago