Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-19 | fix(node): handle resolving ".//<something>" in npm packages (#26920) | David Sherret | |
The issue was this package had an import like: `".//index.js"` and we resolved that as specified, but node normalizes it to `"./index.js"` so we have to copy node. |