mmuddasani

Results 2 issues of mmuddasani

The contribution instructions [here](https://github.com/esm-dev/esm.sh/blob/main/CONTRIBUTING.md) mention to run tests via `./test/bootstrap.sh`. After immediately cloning the repository, the tests fail. This issue is blocking the development of contributions such as https://github.com/esm-dev/esm.sh/issues/686 Minor...

**Describe the bug** `deno fmt` can lose comments without any indication. Minimal reproducible examples (via `deno fmt`): [here](https://github.com/mmuddasani/deno-fmt-comment-loss) Additional details: https://github.com/denoland/deno_std/issues/3502#issuecomment-1738428869 Another way to reproduce: ```sh dprint fmt --config

bug