Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deno not supported out of the box #9

Open
Pyakz opened this issue Dec 7, 2024 · 1 comment
Open

Deno not supported out of the box #9

Pyakz opened this issue Dec 7, 2024 · 1 comment

Comments

@Pyakz
Copy link

Pyakz commented Dec 7, 2024

Screenshot 2024-12-07 at 7 12 41 PM

doesnt work when i do "nodeModulesDir": "auto"

@Desdaemon
Copy link
Owner

nodeModulesDir doesn't seem to be required, but Deno is not including types from typed-html so you'll have to do this:

/// <reference types="npm:typed-htmx"/>
/// <reference types="npm:typed-html"/>

export function foo() {
  return <div hx-boost="true" />
}

I'll research later if uploading the library to jsr.io fixes the issue.

@Desdaemon Desdaemon changed the title deno Deno not supported out of the box Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants