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

**Changes** This PR removes `else` block due to early return. It simplifies `isObject(object)` and `Array.isArray(object)` nesting. It moves `duplicate` logic up to avoid early `compact` check. ~It moves `level` inside...

yaml

Mainly a tracking issue, probably (?) no action needed for now. The [`RegExp.escape`](https://github.com/tc39/proposal-regex-escaping) proposal has overcome its TC39 deadlock and is now at Stage 3! The exact details of the...

suggestion
regexp

Ref: https://github.com/denoland/std/pull/5749

yaml

Aligns the error messages in the `http` folder to match the style guide. https://github.com/denoland/std/issues/5574

http

> Is the error grammar in all std mods the same? I think to remember different ones (`missing xyz: something`, `xyz is missing in something`, `you didn't put xyz in...

Aligns the error messages in the `assert` folder to match the style guide. https://github.com/denoland/std/issues/5574

testing
assert
expect