Skip to content

Suggestion: Publish htm to JSR (JavaScript Registry) #13

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

Open
tsirysndr opened this issue Sep 17, 2024 · 3 comments · May be fixed by #17
Open

Suggestion: Publish htm to JSR (JavaScript Registry) #13

tsirysndr opened this issue Sep 17, 2024 · 3 comments · May be fixed by #17

Comments

@tsirysndr
Copy link

No description provided.

@KnorpelSenf
Copy link

@ije would you accept contributions, or is this something that you do not want to do?

@ije
Copy link
Owner

ije commented Mar 3, 2025

i tried, but jsr currently doesn't allow global declare: jsr-io/jsr#339.

html/jsx.ts

Lines 36 to 46 in 97ba929

declare global {
namespace JSX {
type Element =
| JSXFunctionNode
| JSXNode
| JSXFragmentNode;
interface IntrinsicElements {
[tagName: string]: Props;
}
}
}

@ije ije linked a pull request Mar 3, 2025 that will close this issue
@KnorpelSenf
Copy link

Is that related to jsr-io/jsr#24?

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

Successfully merging a pull request may close this issue.

3 participants