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
Because it supports Typescript directly, it hands .d.ts file transpilation among other things.
It uses NPM under the hood to distribute packages as web-standard ECMAScript modules.
It's used by Viem among others..
Note: it promote ESM over CommonJS, not sure if it's compatible with CommonJS
Note on NPM compatibility:
Unlike with native JSR imports, you are not directly importing TypeScript code. Instead JSR transpiles the TypeScript code to JavaScript before it is installed into your node_modules directory.
The text was updated successfully, but these errors were encountered:
jaybuidl
changed the title
Publish packages to JSR instead of NPM
Publish packages to JSR in addition to NPM
Nov 27, 2024
Why JSR.io?
Because it supports Typescript directly, it hands .d.ts file transpilation among other things.
It uses NPM under the hood to distribute packages as web-standard ECMAScript modules.
It's used by Viem among others..
Note: it promote ESM over CommonJS, not sure if it's compatible with CommonJS
Note on NPM compatibility:
The text was updated successfully, but these errors were encountered: