in bar
TypeError: this.sync.baz is not a function
at Foo.bar (/Users/kevinrosendahl/dev/node/sandbox/carbon-bugs/fibrous/class.js:9:17)
at /Users/kevinrosendahl/dev/node/sandbox/carbon-bugs/fibrous/class.js:18:7
at /Users/kevinrosendahl/dev/node/sandbox/carbon-bugs/node_modules/@carbon-io/fibers/index.js:154:20
Objects instantiated from an ES6
class
are not able to use fibrous' .sync.Reproduction in Node v6.9.1:
using oo:
Output:
Using ES6
class
:Output: