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
warning[unsupported-javascript-entrypoint]: used a JavaScript module without type declarations as an entrypoint
--> C:\wrk\jsx6\libs\url-util\index.js
= hint: add a type declaration (d.ts) for the JavaScript module, or rewrite it to TypeScript
info: JavaScript files with no corresponding declaration require type inference to be type checked
info: fast check avoids type inference, so JavaScript entrypoints should be avoided
I am open to suggestions how to improve the above, if it is possible without too much hassle. jsr.io is a nice idea, but for me ATM is too agressive.
The text was updated successfully, but these errors were encountered:
I am trying to publish a tiny utility to test jsr. I really do not want to write typescript, I am ok with providing good typescript support.
why is jsr having issue with this
index.js
npx jsr publish --dry-run
gives this warningI am open to suggestions how to improve the above, if it is possible without too much hassle. jsr.io is a nice idea, but for me ATM is too agressive.
The text was updated successfully, but these errors were encountered: