Vite supports glob imports, which let you import many modules at once. But if you don’t want to use Vite, can you achieve something similar using only built-in Node.js capabilities?




Node.js Custom Hooks


Recently I noticed that tools like oxc-node and swc-node are implemented using Node.js custom hooks. For example, with oxc-node, you...