suggestion: add guide on how to use the Standard Library in the browser
Open
feedback welcome
good first issue
PR welcome
- Dominant language
- TypeScript
- Stars
- 3.6k
- Forks
- 681
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.