deno_std
deno_std copied to clipboard
The Deno Standard Library
By only supporting nothing past the Deno LTS version. As Deno 2.1 is the current latest LTS version, this means dropping support for Deno 1. To make it official we'd...
**Is your feature request related to a problem? Please describe.** I thought a shuffle method would update an array in place. **Describe the solution you'd like** Two methods: `shuffle` and...
TOML has four different datetime types: dt = 2012-01-01 12:13:14+08:00 # datetime: full datetime, with timezone l = 2012-01-01 12:13:14 # local-datetime: full date, without timezone d = 2012-01-01 #...
https://jestjs.io/docs/jest-object#jestspyonobject-methodname
We are planning to make the breaking changes below for `ProgressBar` unstable API: - #6406 - #6409 - #6430 The changes below could also be related: - #6407 - #6408
This improves readability on which data is passed to the function.
This PR makes the yaml parser string based where possible. This is easier to read and allows for simplifications in future PRs. It seems to have only a tiny impact...
**Is your feature request related to a problem? Please describe.** I'm deploying an SPA that uses path routing, so I need to convert 404s into requests for the `index.html` page....