Eli Edds
Eli Edds
Right now when using pbf in an angular application (or using a library that depends on pbf), angular emits a warning about using commonjs/amd dependencies, as they cause optimization bailouts...
When I try to build the project it gives me many errors, most of them saying: `Error C4596 'iterator': illegal qualified name in member declaration` or `Error C4596 'const_iterator': illegal...
I am interested in using this library in one of my projects, but I was not able to find any sort of documentation. Can someone point me in the right...
Right now this package will not work in a monorepo environment (where the lock file is several levels above the CWD). This adds functionality to look 3 levels above the...