deno_std
deno_std copied to clipboard
The Deno Standard Library
I'd suggest the below steps for the package stabilization process: - We publish 1.0.0-rc.1 (release candidate 1) after 2 maintainers approved it. - We announce to the community and the...
This may change `fmt/colors` in the future, but please support this first.
**Describe the bug** When an `expect().toContain()` assertion failed we get a very generic error message: ```txt error: AssertionError: The value doesn't contain the expected item throw new AssertionError("The value doesn't...
https://github.com/denoland/deno_std/pull/4653#issuecomment-2082028623 Better to have more specific output like: ``` Circular dependencies found: fs/copy -> path/basename -> fs/copy ```
`std/collections` has a very... *ambitious* name for the kind of things it can operate on: either native arrays or property bag objects ("Record" in TypeScript parlance); I actually found this...
**Describe the bug** I am seeing import errors in VS Code in latest version of this repo after the move to workspaces. For example ``` "Relative import path "@std/io/types" not...
It seems possible to write test cases for this module using `new Deno.Command().spawn()`
This PR simplifies the implementation signatures of some functions within `std/collections`. Previously, `selector` parameters were written in a manner that was a little more complicated than needed, also resulting in...