i really wish browsers let you define your own handlers for import attributes.
like, imagine you could do something like this. it would let pretty much any language be used in the browser without a build step:
- strip types from typescript
- compile JSX/svelte/vue/etc into JS
- compile sass into CSS
- compile webgl/webgpu shaders?
there are probably problems i'm not thinking of. but it'd be super powerful!