Use nodeJs prefix for Nodej libs
riderx opened this issue · 0 comments
riderx commented
I'm trying to use Google API in Cloudflare workers, one issue I'm facing is this lib import "fs" instead of the new recommended way "node:fs" who helps others env understand how to deal with Node.js dependency.
Can we start to use prefix as This lib uses min version Node.js 18 and that the same version who introduced this.