Skip to content

Commit 7f4547b

Browse files
committed
deno 要设定--import-map参数
1 parent fd09479 commit 7f4547b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@ import { climbing_stairs_bigint } from "https://deno.land/x/masx200_leetcode_tes
111111
import climbing_stairs from "https://deno.land/x/masx200_leetcode_test@7.0.0/climbing-stairs/index.ts";
112112
```
113113

114+
`deno` 要设定`--import-map`参数
115+
116+
```
117+
--import-map https://denopkg.com/masx200/leetcode-test@12.3.0/import_map.json
118+
```
119+
114120
### Golang
115121

116122
```bash

0 commit comments

Comments
 (0)