cspotcode
cspotcode
DDeno
Created by cspotcode on 10/16/2024 in #help
Tools to shrink the output of deno compile?
since deno.exe is 107MB
6 replies
DDeno
Created by cspotcode on 10/16/2024 in #help
Tools to shrink the output of deno compile?
I'm guessing the 80MB is already a compile-specific build of deno with all the CLI tooling stripped out, deno fmt, deno install, etc?
6 replies
DDeno
Created by cspotcode on 10/16/2024 in #help
Tools to shrink the output of deno compile?
No description
6 replies
DDeno
Created by cspotcode on 10/16/2024 in #help
Tools to shrink the output of deno compile?
This blog says 1.41 shrank the binaries from ~116MB to ~58MB, but deno 2 .exes are ~80MB https://deno.com/blog/v1.41#smaller-deno-compile-binaries
6 replies
DDeno
Created by cspotcode on 10/12/2024 in #help
JSR publish: source .ts or transpiled .js w/sourcemaps?
So: publish .ts to JSR, do not compile it
3 replies
DDeno
Created by cspotcode on 10/12/2024 in #help
JSR publish: source .ts or transpiled .js w/sourcemaps?
Nevermind, figured it out by publishing a module to JSR, though it wasn't immediately clear from jsr docs: JSR accepts your source .ts, renders docs from it, and automatically generates .js and .d.ts
3 replies