File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"recommendations" : [
3
3
" denoland.vscode-deno" ,
4
- " streetsidesoftware.code-spell-checker"
4
+ " streetsidesoftware.code-spell-checker" ,
5
+ " github.vscode-github-actions"
5
6
]
6
7
}
Original file line number Diff line number Diff line change 6
6
<img alt =" License " src =" https://img.shields.io/npm/l/weakref.svg?style=flat-square " />
7
7
<img alt =" Language Typescript " src =" https://img.shields.io/badge/language-Typescript-007acc.svg?style=flat-square " />
8
8
<br />
9
- <a href =" https://deno.land/x/weakref " ><img alt =" deno.land/x/weakref " src =" https://img.shields.io/badge/dynamic/json?url=https://api.github.com/repos/denostack/weakref/tags&query=$[0].name&display_name=tag&label=deno.land/x/weakref@&style=flat-square&logo=deno&labelColor=000&color=777 " /></a >
10
- <a href =" https://www.npmjs.com/package/weakref " ><img alt =" Version " src =" https://img.shields.io/npm/v/weakref.svg?style=flat-square&logo=npm " /></a >
9
+ <a href =" https://jsr.io/@denostack/weakref " ><img alt =" JSR version " src =" https://jsr.io/badges/@denostack/weakref?style=flat-square " /></a >
10
+ <a href =" https://deno.land/x/weakref " ><img alt =" Deno version " src =" https://deno.land/badge/weakref/version?style=flat-square " /></a >
11
+ <a href =" https://www.npmjs.com/package/weakref " ><img alt =" NPM Version " src =" https://img.shields.io/npm/v/weakref.svg?style=flat-square&logo=npm " /></a >
11
12
<a href =" https://npmcharts.com/compare/weakref?minimal=true " ><img alt =" Downloads " src =" https://img.shields.io/npm/dt/weakref.svg?style=flat-square " /></a >
12
13
</p >
13
14
@@ -25,7 +26,7 @@ import {
25
26
IterableWeakMap ,
26
27
IterableWeakSet ,
27
28
WeakValueMap ,
28
- } from " https://deno.land/x/ weakref/mod.ts " ;
29
+ } from " @denostack/ weakref" ;
29
30
30
31
const set = new IterableWeakSet ();
31
32
const map = new IterableWeakMap ();
You can’t perform that action at this time.
0 commit comments