deno_std
deno_std copied to clipboard
The Deno Standard Library
part of #4600 - [ ] fully documented - [ ] fully tested - [x] no ongoing breaking change discussion - [ ] 1.0.0-rc.1 - [ ] wait 1 month...
part of #4600 - [x] fully documented - [ ] fully tested - [x] no ongoing breaking change discussion - [ ] 1.0.0-rc.1 - [ ] wait 1 month -...
# Description As described by the linked issue the `isWindows` function `@std/path` is not cross runtime. In it's existing state it should work on Deno and the browser (though there...
There is an issue with the `assertNotEquals` output int the current version of the library. The assertion error message does not reflect the expected string values accurately. Specifically, the following...
If the commit message in main branch is in the following form `chore: release YYYY.MM.DD`, then tag that commit as `release-YYYY.MM.DD` and push the tag to the repo.
This variable can currently only be evaluated in browsers and Deno. I suggest making it cross-runtime (i.e., also able to be evaluated on Bun and Node). AFAIK, doing so would...
Bumps [denoland/setup-deno](https://github.com/denoland/setup-deno) from 1 to 2. Release notes Sourced from denoland/setup-deno's releases. v2.0.0 What's Changed feat: v2 by @lucacasonato in denoland/setup-deno#82 Full Changelog: https://github.com/denoland/setup-deno/compare/v1.5.1...v2.0.0 v1.5.1 What's Changed fix: use npm...
In some locales there is no group separator in parts which cause error during tests. ```ts const parts = new Intl.NumberFormat().formatToParts(1000.1); console.log(parts); const group = parts.find(({ type }) => type...
The archive is https://github.com/polyseam/cndi/releases/download/v2.20.0/cndi-mac.tar.gz and it is generated with deno compile: ie: `deno task build` https://github.com/polyseam/cndi/blob/747d14b16779e761c05d80917c8fc141cdae259b/deno.json#L18 https://github.com/denoland/std/blob/ea8548602e42745c236dbecc21f52105dfe8ea18/tar/untar_stream.ts#L242
**Is your feature request related to a problem? Please describe.** In many frontend projects I've worked on, I've started relying on ``Sec-Fetch-Mode` and/or `Sec-Fetch-Dest` headers. Because it's very common to...