mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +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
31 B
JavaScript
1 line
No EOL
31 B
JavaScript
export const module = "module"; |