deno_std
deno_std copied to clipboard
The Deno Standard Library
We're skipping the release candidate for this package to unblock packages that rely on it. Prerequisites #4705 and #4704.
Hi. When building CLI tools, there's often a need to ask the user about values. Deno already provides functions such as `prompt` or `promptSecret` to gather simple strings. But there's...
**Is your feature request related to a problem? Please describe.** introduce `invert` and `invertBy` function similar to [lodash](https://lodash.com/docs/4.17.15#invert). **Describe the solution you'd like** ```ts /** * @example * ```ts *...
I suggest moving/renaming `std/fmt/colors` to `std/cli/styles` for the following reasons: 1. The module contains functionality for more than just colors. I.e. `italic()` and `bold()`. Hence, the rename to `styles`. 2....
related #4600 Now we stop publishing all packages in cadence, but we only publish packages which have relevant changes during certain amount of time. We use https://github.com/denoland/bump-workspaces for performing this...
Implements https://github.com/denoland/deno_std/issues/4500 This implementation broadens the scope of concatenating streams to concatenating anything that implements the `Symbol.asyncIterator` or `Symbol.iterator`. The reason for this is that the only difference needed to...
The [doc checker tool](https://github.com/denoland/deno_std/blob/196101fbeabc3f40f0bc9db6510d9186b1111e6d/_tools/check_docs.ts) should be able to ensure: - [ ] Exported constants have examples - [x] Classes have type argument and parameter checks and examples - [x] Class...
The [Releases](https://github.com/denoland/deno_std/blob/main/README.md#releases) section of the README needs to be updated.