node
node copied to clipboard
module,win: make module cache case-insensitive
This PR makes the module cache object case-insensitive by utilizing Proxy
in JS.
Fixes: https://github.com/nodejs/node/issues/54132