Commit graph

4 commits

Author SHA1 Message Date
Reyad Attiyat
3aa573b83e Update ts-lint to version 5.0
- Fix missing semicolons
- Fix missing trailing commas
- Disable no-unused-expression for runQuery test
    - expect uses unused expressions as an api Ex. expect('foo').to.be.equal();
- Disable no-use-before-declare since it requires type checking and project
  file to be defined.
2017-03-30 20:26:59 -05:00
Hagai Cohen
268f2aa166 chore(tslint): sync tslint.json with apollo-client 2017-01-23 13:15:07 +02:00
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