Yannick
Yannick
I have updated the example to ESM. Now it should work.
What if the file `jsx-runtime` is written in typescript?
Is there a working example? I don't know if it works on deno.land/x but loading it from github fails: ```console error: Expected a JavaScript or TypeScript module, but identified a...
Is this somehow solvable without the use of an import map?
Disk. _I'm about to optimize my cicd pipeline and am about to reduce download/cache size._ Downloading ~70 MB just for running `npx cap-config run config.yml` for few ms seems a...
I suggest 2 things: - Replace `prettier` with another lightweight xml parser in. https://github.com/ionic-team/capacitor-configure/blob/main/packages/project/src/util/xml.ts - For `loadExtConfigTS()`: Check if the config is TS; check if the user has TypeScript installed;...
> it's pretty code formatting Right, that's what I wanted to write :)
For me, it highlights all the ``'s, but non of the ``'s nor ``'s. I guess the issue is somewhere here: https://github.com/yandeu/five-server/blob/512302a00c080bbaf3caa25c79c97f8e86166257/src/workers/parseBody.ts#L35 `injectHighlight()` does not look like a very good...
I'm about to improve it here: https://github.com/yandeu/five-server/tree/better-body-parsing
It should already handle svg files. Simply open the directory with five server and navigate to it.