leigna
Anyway to use deno fmt within a script itself without having to call deno again?
Im really not too familiar with this stuff
I find Deno great for prototyping ideas as its brilliant but not too familiar with internals etc, but does my logic sound correct on this?
Here is the rust code for fmt:
https://github.com/denoland/deno/blob/main/cli/tools/fmt.rs
I found this blog:
https://deno.com/blog/wasmbuild
maybe i could just try this with the deno cli code
i will have a look
9 replies