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
On a dry-run, I ran into "Expected a JavaScript or TypeScript module"
oss/headlessui-svelte % deno publish --dry-run
error: Expected a JavaScript or TypeScript module, but identified a Unknown module. Importing these types of modules is currently not supported.
Specifier: file:///Users/sj/Developer/scratch/oss/headlessui-svelte/src/lib/button/Button.svelte
at file:///Users/sj/Developer/scratch/oss/headlessui-svelte/src/lib/index.ts:1:35
Should I, instead, be pushing the same compiled JS/types that I push to NPM that are created by svelte-package?
Edit: Actually, there are still Svelte components in the compiled version, so this just seems unsupported right now I guess?
The text was updated successfully, but these errors were encountered:
I'm writing a Svelte component library (https://github.com/RobotPajamas/headlessui-svelte), and it's up on NPM in beta, and I was hoping to dual-post it to JSR for some upcoming projects.
On a dry-run, I ran into "Expected a JavaScript or TypeScript module"
Should I, instead, be pushing the same compiled JS/types that I push to NPM that are created by
svelte-package
?Edit: Actually, there are still Svelte components in the compiled version, so this just seems unsupported right now I guess?
The text was updated successfully, but these errors were encountered: