From Node to Deno
dev.to
From Node to Deno
1–10 of 100 posts
Re: From Node to Deno
#2Re: From Node to Deno
#3Re: From Node to Deno
#4The one big thing missing is an ORM. And making those things is notoriously difficult. Hopefully something will turn up
Re: From Node to Deno
#5The one big thing missing is an ORM. And making those things is notoriously difficult. Hopefully something will turn up
Re: From Node to Deno
#6I tried installing Deno, and I tried including a package, and immediately the TypeScript typechecking in my IDE (VSCode) failed, of course. The IDE doesn't know what to do with a URL as a dependency. Is this something Deno will be able to handle?
The next question is that TypeScript packages I have written in the past use `baseUrl` and `paths` in their own configs to allow for absolute import paths. When I look at third-party Deno repositories, I didn't see any that were building out to JS/declaration files, and were instead just meant to be included as the original TypeScript source code. Won't this break things like absolute import paths and other behaviors of the dependency's own tsconfig file, or does this work fine with Deno/TS?
Re: From Node to Deno
#7The one big thing missing is an ORM. And making those things is notoriously difficult. Hopefully something will turn up
Curious, Why do you think it will be "notoriously" difficult?
Re: From Node to Deno
#8The one big thing missing is an ORM. And making those things is notoriously difficult. Hopefully something will turn up
Re: From Node to Deno
#9The one big thing missing is an ORM. And making those things is notoriously difficult. Hopefully something will turn up
Re: From Node to Deno
#10Thanks for doing this. I have a few questions regarding packages/dependencies, and TypeScript in general. I tried installing Deno, and I tried including a package, and immediately the TypeScript typechecking in my IDE (VSCode) failed, of course. The IDE doesn't know what to do with a URL as a dependency. Is this something Deno will be able to handle? The next question is that TypeScript packages I have written in the…
Looks like there's a plug-in. Can't research much now, but I hope there's something like that for emacs tide.