You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2023. It is now read-only.
Convert this https path (without any filename) to the hash representation (e.g. 'https://gitsomething.com/origin/v1.1.0' to 70b56bcaff85f7836cc4688021cfbfe385550fbbeb6e5e801eb16bd9e66d3134)
Go to the main location with stored node modules over http (in PR it uses /tmp/ or the path specified by NODE_HTTP_MODULES env. Essential is that it is some base dir like node_modules)
Look for the folder with this hashed name or download the package
Look for the file matching the loading one (e.g. main.js in this case)
Hi,
Just closed my PR to the Node.js core about this feature. I'd like to propose a loader that could do this thing.
Example
How I think it should work
httpsreached70b56bcaff85f7836cc4688021cfbfe385550fbbeb6e5e801eb16bd9e66d3134)/tmp/or the path specified byNODE_HTTP_MODULESenv. Essential is that it is some base dir likenode_modules)main.jsin this case)What I don't know yet
How to resolve package dependencies