@nutomik@satanacchio 1. what you mean internal package ? you mean in a monorepo ?
2. if you wan to publish package "without" building it by your own. take a look at https://t.co/OXQPnrNenr
3. what do you mean "please make NodeJS as competitive as other runtimes"?
@matteocollina@bcomnes we should update this ressource to add something like "hey for test you want to remove access to db to use mock data don't add if but use mock from node:test"
🚀 Still using Axios in Node.js? You might not need it anymore.
Why switch?
✅ Native support
✅ Fewer dependencies
✅ Better standards alignment
✅ Reduced security surface
✅ Potential performance improvements
https://t.co/SCQz6sVhMP
@TheNoamLewis@icanvardar you cannot typecheck at runtime that not how js work. but you can validate that type annotation is good that what typescript checking is. and integrating typescript cli on node will just break the semver so not good idea at all