Fuse icon indicating copy to clipboard operation
Fuse copied to clipboard

Deno Version Mismatch

Open xdannyrobertsx opened this issue 8 months ago • 2 comments

Is there an existing issue for this?

  • [x] I have searched the existing issues

Description of the bug

Currently, this section of the Fuse docs specifies that the imports for a project using Deno use the following links:

// @deno-types="https://deno.land/x/[email protected]/dist/fuse.d.ts"
import Fuse from 'https://deno.land/x/[email protected]/dist/fuse.min.mjs'

this fails since the latest version available on Deno is 6.4.1 as seen here: https://deno.land/x/fuse

Furthermore, we should really take advantage of JSR, the new package registry, and port the project there as well for easy access _(apologies if the package is already available there - i checked and wasn't able to find it

Image

)._

Screenshots

No response

xdannyrobertsx avatar Jun 08 '25 17:06 xdannyrobertsx

We have the option to publish to jsr.io, but since Deno now supports the npm: prefix, this may not be necessary.

Milly avatar Jul 24 '25 03:07 Milly

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

github-actions[bot] avatar Nov 22 '25 00:11 github-actions[bot]