In other words, how to transpile and bundle code for the browser. This should: 1. Be in the [README.md](https://github.com/denoland/deno_std/blob/main/README.md). 2. Include appropriate snippets using [`deno_emit`](https://github.com/denoland/deno_emit). This may require further work in `deno_emit`. See https://github.com/denoland/deno_emit/issues/167. 4. Note any considerations one must make when doing so. E.g. a source file must contain the browser-compatible declaration. See https://github.com/denoland/deno_std/blob/main/_tools/check_browser_compat.ts.
In other words, how to transpile and bundle code for the browser. This should:
deno_emit. This may require further work indeno_emit. See Supportjsr:specifiers deno_emit#167.