File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "recommendations" : [
33 " denoland.vscode-deno" ,
4- " streetsidesoftware.code-spell-checker"
4+ " streetsidesoftware.code-spell-checker" ,
5+ " github.vscode-github-actions"
56 ]
67}
Original file line number Diff line number Diff line change 66 <img alt =" License " src =" https://img.shields.io/npm/l/weakref.svg?style=flat-square " />
77 <img alt =" Language Typescript " src =" https://img.shields.io/badge/language-Typescript-007acc.svg?style=flat-square " />
88 <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 >
1112 <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 >
1213</p >
1314
@@ -25,7 +26,7 @@ import {
2526 IterableWeakMap ,
2627 IterableWeakSet ,
2728 WeakValueMap ,
28- } from " https://deno.land/x/ weakref/mod.ts " ;
29+ } from " @denostack/ weakref" ;
2930
3031const set = new IterableWeakSet ();
3132const map = new IterableWeakMap ();
You can’t perform that action at this time.
0 commit comments