You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there - big fan of the library and a big fan of the fact there are zero dependencies in the project. I was just wondering if there is any documentation/blog posts etc... I can read about the strategies taken to remove all the dependencies from the project? I'm just really interested in the strategies and lessons learned from this effort that I could apply to my own projects :)
Thanks
-Dave
The text was updated successfully, but these errors were encountered:
@grug Thanks for the interest 👍
Actually, This library was dependency-free until iterall dependency was introduced almost 4 years ago: 03f06e9#diff-b9cfc7f2cdf78a7f4b91a753d10865a2
So it's not a very exciting story: I just removed iterall that's it 🤷♂️
In general, graphql-js is a reference implementation that means it should be easily portable to other languages so we can't depend on any 3rd-party library. iterall was special in a sense it's more a polyfill than a library but since it started to cause issues with ESM build I just removed it.
Hey there - big fan of the library and a big fan of the fact there are zero dependencies in the project. I was just wondering if there is any documentation/blog posts etc... I can read about the strategies taken to remove all the dependencies from the project? I'm just really interested in the strategies and lessons learned from this effort that I could apply to my own projects :)
Thanks
-Dave
The text was updated successfully, but these errors were encountered: