You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/01/23 12:52:31 UTC

[GitHub] [couchdb-nano] akopchinskiy opened a new issue #194: "follow" types are broken

akopchinskiy opened a new issue #194: "follow" types are broken
URL: https://github.com/apache/couchdb-nano/issues/194
 
 
   "follow" types are broken
   
   ![image](https://user-images.githubusercontent.com/39277134/72985863-368a6280-3de7-11ea-81ad-68379b73b0e0.png)
   
   Error: `Property 'follow' does not exist on type 'EventEmitter'.ts(2339)`
   
   ## Steps to Reproduce (for bugs)
   Just use code from the example:
   ```ts
   const feed = db.follow({since: "now"});
   feed.on('change', (change) => {
     console.log("change: ", change);
   });
   feed.follow();
   process.nextTick( () => {
     db.insert({"bar": "baz"}, "bar");
   });
   ```
   
   ## Your Environment
   * node: v13.2.0
   * npm: 6.13.1
   * typescript: 3.6.4
   * nano: 8.1.0
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [couchdb-nano] glynnbird closed issue #194: "follow" types are broken

Posted by GitBox <gi...@apache.org>.
glynnbird closed issue #194: "follow" types are broken
URL: https://github.com/apache/couchdb-nano/issues/194
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services