|
|
|
|
|
by lloydatkinson
840 days ago
|
|
I’m curious what this means in regards to this existing “use Deno to also publish to npm” workflow (https://deno.com/blog/dnt-oak) which I was considering using, and then the JSR announcement happened. The thing I like about the blog post and the mentioned dnt tool is it takes care of lots of bullshit you otherwise need to figure out when publishing to npm. What is the relationship between JSR and DNT in this case? Should one be used over the other? Together? If I want to publish a module so it’s available for Deno and NPM, what is the recommended approach now? |
|
In the immediate term, dnt is still a very strong choice for people that want to develop modules in TypeScript using Deno, and then publish them to npm. In the fullness of time, I expect that JSR will provide a pretty complete solution to this problem as well.