mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 13:14:48 +00:00

Closes #29650. Currently passing `--platform=browser` does two things: - makes us prefer the `"browser"` key in package json over module and main - makes us prefer the `"browser"` export condition but we may add more things in the future
1 line
No EOL
29 B
JavaScript
1 line
No EOL
29 B
JavaScript
module.exports.node = "node"; |