Probably require node's querystring module without node: prefix? #114
-
The ability to require node's built-in modules with And I think, unless hyper-express explicitly require other features that were only backported in later Node 14 versions, uWebSockets.js should work throughout the entirety of the Node 14 version range And at least by hyper-express@6.4.2, my simple upload test project (hyper-express-playground) seemingly work fine with flat Node 14.0.0 Not to say I condone not updating your Node installation, since security patches and all of course matter, but at the same time probably not worth increasing the version requirement if not really necessary (?) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yeah, there doesn't seem to be any harm in removing the use of the |
Beta Was this translation helpful? Give feedback.
Yeah, there doesn't seem to be any harm in removing the use of the
node:
prefix since there won't be any package name collisons and should automatically expand support across all versions of Node 14. Will be pushed in next update.