Zbyszek Tenerowicz
Zbyszek Tenerowicz
I didn't read through the entire convo, but as yarn above 1 goes, I remember replacing the lib used for reading yarn.lock with the modern one. FYI
@brad-decker call me whenever you need a second pair of eyes
Oh, and are you sure it's not working? I replaced the lockfile parser with the one used by yarn berry earlier this year https://github.com/lirantal/lockfile-lint/commit/18c6ae0e75b8064ec7ca8c8460e7a6f9d9546f9a
@lirantal @JamesSingleton Wanna take a look? Some finishing touches are missing (like docs/changelogs updates and a bit of rebasing) but the implementation seems done.
For anyone who ends up here from issues with **multipat** where you wish to set **encoding** to **chunked**. To prevent `request` from setting content-length on the request without any changes...
A table from esbuild folks for reference https://github.com/evanw/esbuild/issues/532#issuecomment-727647005
Looking at the results for case 11 in the table [here](https://github.com/endojs/endo-e2e-tests/blob/naugtur-matrix-iteration/matrix/table.md) unless we want to be more like tsc and some transpilers, no work needs to be done other than...
The overlap between parcel and sanity is not something I'm comfortable with https://github.com/endojs/endo-e2e-tests/blob/naugtur-matrix-iteration/matrix/table.md I may need to configure it further, but default out of the box behavior is surprising. Anyway...
Ok, so there's a PR now. #1149 ~~I tested it and it seems just adding this in doesn't break nor fix anything in e2e on real packages.~~ It's breaking some...
We'd have to have means for a parser implementation to provide a hook that'd then be called in module-instance to inform the process of wiring up the updaters to exports....