deno_std icon indicating copy to clipboard operation
deno_std copied to clipboard

The Deno Standard Library

Results 549 deno_std issues
Sort by recently updated
recently updated
newest added
trafficstars

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 #...

bug
needs triage

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.

yaml

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...

yaml

**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....