Denis DelGrosso
Denis DelGrosso
Hi @wojtekmaj currently these libraries are written to support `CJS`. As you noted `__dirname` is not available in `ESM`. While we are currently investigating the possibility of supplying `ESM` alongside...
@wojtekmaj I'm not sure I understand what you mean by a low hanging fruit to fix? Do you mean swap out `__dirname` for the code you mentioned above?
WAI for the time being since ESM support has not been introduced to these libraries. Going to close this out.
General question / comment I know that both `fetch` and `FormData` are marked experimental stability in Node 18 but does it make more sense to free ourselves from `node-fetch` as...
Ah I hadn't even considered nock not supporting it. I wonder if by the time we are ready to move to Node 18 nock will be out of the beta...
Really cool to see and thank you for digging into the numbers, both size wise and speed wise. Seems like there is a lot of work that still needs to...
Gigantic WIP / PoC
> IIUC the bulk of this PR is refactoring all the common options to "Storage-Transport" and wiring everything back together? If thats right, it would be helpful to add context...
Please undo: https://github.com/googleapis/nodejs-storage/pull/2511 once this is completed.
Thanks @gabrielmcreynolds we will take a look at adding this functionality.