summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/conditional-exports-node/1.0.0/index.js
AgeCommit message (Collapse)Author
2024-09-21fix(node): Include "node" condition during CJS re-export analysis (#25785)Nathan Whitaker
Fixes #25777. We were missing the "node" condition, so we were resolving to the wrong conditional export, causing our analysis to be incorrect.