deno_std
deno_std copied to clipboard
The Deno Standard Library
**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...
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...
Ref: https://github.com/denoland/std/pull/5749
Aligns the error messages in the `http` folder to match the style guide. https://github.com/denoland/std/issues/5574
> 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