deno_std icon indicating copy to clipboard operation
deno_std copied to clipboard

The Deno Standard Library

Results 604 deno_std issues
Sort by recently updated
recently updated
newest added

Thoughts on updating the `load` and `loadSync` functions such that an `assertExists` option could be supplied (which would then inform the returned env record)? ```ts import { load } from...

We still run CI with Deno 1.46.3 (TypeScript 5.5.2) to ensure std working in 1.x version. That prevents us from using new features/types added after that version. One such example...

feedback welcome

This may or may not be intended behaviour. However I think at least the behaviour/error message is unintuitive, because it is not necessarily obvious as a user that `beforeEach` is...

**Is your feature request related to a problem? Please describe.** I'm working on RxJS, which also use the TestScheduler provide from RxJS. But there is a limitation when I use...

enhancement
suggestion

**Is your feature request related to a problem? Please describe.** If you have two typed objects, `actual` and `expect`, of the same type, `assertObjectMatch` doesn't let you use the expect...

**Is your feature request related to a problem? Please describe.** I want to watch a CSV file and recompute some statistics each time it changes. Sometimes the last record is...

enhancement
suggestion

**Describe the bug** When a nested `describe` is skipped, its `ignored` line is output above and outside its parent `describe`, and without an indentation. **Steps to Reproduce** **deno-describe-skip-order.test.ts**: ```ts import...

bug

**Describe the bug** Most (none?) packages don't distinguish between files that are necessary for end-projects and development-related files that happen to be inside the same folder. **Steps to Reproduce** For...

**Describe the bug** `promptSecret` appears to crash if I resize my terminal **Steps to Reproduce** 1. Open deno repl 2. Run ` import { promptSecret } from "jsr:@std/cli"; promptSecret();` 3....

bug
upstream

**Describe the bug** The `RedBlackTree.from()` method creates a shallow copy of the original tree. When a node is removed from the copied tree, it inadvertently corrupts the original tree, leading...

bug