deno/tests/specs/bundle/browser_platform
Nathan Whitaker be2bb7d5fb
feat(bundle): add --platform flag to bundle (#29697)
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
2025-06-12 20:28:54 -04:00
..
__test__.jsonc feat(bundle): add --platform flag to bundle (#29697) 2025-06-12 20:28:54 -04:00
entry.ts feat(bundle): add --platform flag to bundle (#29697) 2025-06-12 20:28:54 -04:00
entry2.ts feat(bundle): add --platform flag to bundle (#29697) 2025-06-12 20:28:54 -04:00