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 902dbae commit 4716593Copy full SHA for 4716593
bufname/mod.ts
@@ -45,7 +45,7 @@
45
* Developers can use `format` and `parse` functions like below:
46
*
47
* ```typescript
48
- * import { assertEquals } from "https://deno.land/std@0.211.0/assert/mod.ts";
+ * import { assertEquals } from "jsr:@std/assert";
49
* import { format, parse } from "jsr:@denops/std/bufname";
50
51
* // Format
option/_generated_test.ts
@@ -2,7 +2,7 @@ import {
2
assert as assertTruthy,
3
assertEquals,
4
assertFalse as assertFalsy,
5
-} from "https://deno.land/std@0.217.0/assert/mod.ts";
+} from "@std/assert";
6
import { test } from "@denops/test";
7
import * as _generated from "./_generated.ts";
8
0 commit comments