We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1c7a7 commit dbceb66Copy full SHA for dbceb66
cli/unstable_progress_bar_stream.ts
@@ -16,7 +16,7 @@ export type { Uint8Array_ };
16
* @experimental **UNSTABLE**: New API, yet to be vetted.
17
*
18
* @example Basic Usage
19
- * ```ts no-assert
+ * ```ts ignore no-assert
20
* import { ProgressBarStream } from "@std/cli/unstable-progress-bar-stream";
21
22
* const response = await fetch("https://example.com/");
@@ -35,7 +35,7 @@ export class ProgressBarStream
35
* Constructs a new instance.
36
37
38
39
40
41
0 commit comments