Josh
typescript compiler (38.24MB) included in bundle when importing google's npm:schema-dts
Because it cached the entire package and all its dependencies. If you only need the type and not the whole package, you can technically copy and paste the class into your project, or copy the entire type definition file and paste it into your project to use
7 replies
typescript compiler (38.24MB) included in bundle when importing google's npm:schema-dts
schema-dts relied on the typescript NPM package, and that package is pretty large. I don't think there's a way to have an NPM package use Deno's TypeScript implementation
7 replies
Migrating large Node project to Deno
I've made some progress using Denoify and rewriting the rest by hand 😂 had to remove a lot of packages to even get it to run properly. Ty for the help, I guess there will be better solutions in the future for migrating
11 replies