@giltayar @tychi I was doing more with them in a previous iteration but since moving away from svelte to plain HTML/CSS/JS and introducing .<type>.js extensions in Kitten, all I’m using is the resolution function to map .<type>.js file to ES modules so folks don’t have to use the ridiculous .mjs extension or add a package.json file with “type”: “module” just to use ES modules while authoring.
https://codeberg.org/kitten/app/src/branch/main/src/processes/loader.js