Danny Pearson
Danny Pearson
@strarsis I just added it to the prototype in the project I needed it for :) ```js CircleType.prototype.fullCircle = function () { const diff = 2 * Math.PI * (this._radius...
You wouldn't really need to use the fork, I just imported CircleType from the existing package, added that bit I just sent where I needed it and used the package...
I'm not sure if @peterhry is online very often tbh, so might be a while before he sees this :P
I had the same issue, but I managed to get it sorted after a little playing around. Not sure how necessary a couple of the steps were, but it's working...
Feel like `.eslintcache` may have something to do with this issue also.