Robin Lindner
Explore posts from serversStatic compilation of deno modules
Is there a way to statically compile libraries into the .js bundle instead of dynamically retrieving them from deno.land.
The point is that I would like to test the Boa engine in the Deno environment and so the libraries are interfering.
Of course the Deno internals have to be implemented afterwards.
So that, for example, from the following code:
becomes:
the compiled code of https://github.com/lucacasonato/deno_local_file_fetch/blob/main/mod.ts
something like:
5 replies
[resolved] CI failure TS2684
Hey, I'm currently working on a pull request for the Astro project. Unfortunately the CI doesn't like my code despite the latest Deno version (1.26.1).
Does anyone know what the reason is and can possibly give me a solution?
GitHub Actions run: https://github.com/withastro/astro/actions/runs/3200178618/jobs/5226807106.
3 replies