You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@wooorm Sorry for the late reply - you were right, it was an issue with VS Code. Sorry about the false positive. RR: JSR, I see that point. Personally using it in all my project moving forward, but simply my personal preference. Would love to see it published there, too, though. But if this is something that could be planned, I guess it'd make more sense to move it to a separate ticket.
Initial checklist
Affected package
npm:rehype@13.0.2
Steps to reproduce
When adding rehype via
deno add npm:rehype
and then writingNow
processor
has typeany
. Resolving further, if inspecting the source forrehype()
and inspecting the types forThe import types show "Resolved Dependency. Types: [errored]" (VS Code w/ Deno Extension)
Actual behavior
The
Processor<...>
type isn't resolved and defaults toany
.Expected behavior
The
Processor<...>
type should be resolved.Other attempts
Also tried installing
deno add npm:unified
&deno add npm:hast
to see if types resolve to no avail.Runtime
Deno v2.0.6
Package manager
"
Operating system
macOS 15.0.1 (24A348)
Build and bundle tools
No response
P.S. rehype on JSR would be amazing!
The text was updated successfully, but these errors were encountered: