krisk / Fuse

Lightweight fuzzy-search, in JavaScript
https://fusejs.io/
Apache License 2.0
17.76k stars 753 forks source link

Deno docs are outdated #720

Closed sigmaSd closed 9 months ago

sigmaSd commented 1 year ago

There a couple of issues already about this that got stale, The module in deno.land/x also has not been updated in a while

What about linking to the cdn import instead, this might be less burden for the maintainer and it already work with deno

// @deno-types="https://cdn.jsdelivr.net/npm/fuse.js@6.6.2/dist/fuse.d.ts";
import Fuse from "https://cdn.jsdelivr.net/npm/fuse.js@6.6.2/dist/fuse.esm.js";
github-actions[bot] commented 10 months ago

This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 30 days