mirror of
https://github.com/denoland/deno.git
synced 2025-02-09 15:42:18 -05:00
![Nathan Whitaker](/assets/img/avatar_default.png)
Fixes #25777. We were missing the "node" condition, so we were resolving to the wrong conditional export, causing our analysis to be incorrect.
3 lines
No EOL
36 B
JavaScript
3 lines
No EOL
36 B
JavaScript
module.exports = {
|
|
hello: "bad"
|
|
}; |