deno_std
deno_std copied to clipboard
The Deno Standard Library
This new module is an updated version of `@std/http/file-server` that uses [`deno serve`](https://docs.deno.com/runtime/reference/cli/serve/), which takes care of the heavy lifting of some argument parsing and can be run in parallel...
This PR decodes buffers in tests and compares them to strings for easier comprehension. It adds getters and setters for `value` and `max` which call `#print()` when the value changes...
I don't see why they should be provided by the formatter object. These values can easily be stored and accessed in variables as is demonstrated in the test that is...
**Is your feature request related to a problem? Please describe.** Nowadays it's pretty common to trim html page extensions from urls to make them nice and rememberable. (e.g. deno.com/blog, github.com/denoland/std,...
This PR changes the codebase such that it supports up to the Deno LTS version. The new `@std/internal/support` endpoint also helps with ensuring functionality is supported in the Deno LTS...
**Is your feature request related to a problem? Please describe.** Using `@std/yaml` `stringify` and `deno fmt` on the file afterwards the file is reformatted. This should not happen. `stringify` should...
https://github.com/toml-lang/toml-test https://toml-lang.github.io/toml-test-matrix/output/js-deno-toml.html There are 30 failures in decoder (parser) tests, 89 failures in encoder (stringify) tests, and 109 failures in invalid input handling.
I'm not sure how much this matters for typical use cases, but I think it's worth raising before `@std/random` is stabilized. `randomSeeded` uses a single generated u32 from pcg32, then...