Commit graph

2 commits

Author SHA1 Message Date
Ben Newman
4c82b8ebd2 Execute queries in Fibers to support yielding APIs. (#92)
* Execute queries in Fibers to support yielding APIs.

See also: https://github.com/meteor/promise/blob/master/promise.d.ts

* Improve comment about Promise.await.

* Don't make Promises aware of Fibers except in tests.

The Promise used by Meteor will already be Fiber-enabled, so calling
makeCompatible in the tests is just simulating running in a Meteor
environment.
2016-08-14 00:19:31 -07:00
James Baxley
04740ba5ca added tslint to the projects, adjusted the npm run scripts, and added coverage support 2016-06-10 20:48:21 -04:00