Use nodeJs prefix for Nodej libs #556
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
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.
The text was updated successfully, but these errors were encountered: