Add support for `.ripple` transformation
Currently esm.sh supports transforming .ts(x)|.vue|.svelte files. I suggest adding similar support for .ripple files.
Ripple is a new, open-source promising framework with many interesting ideas that is quickly gaining attention. It is still work-in-progress, however, over the past few weeks it has rapidly developed most of the features.
Allowing to import .ripple files from esm.sh can allow library authors to test and share their work in the official Ripple playground. The playground uses LiveCodes which depends on esm.sh for module resolution.
This is a list that has some ripple libraries for testing: https://github.com/stars/hatemhosny/lists/ripple
By the way, thank you very much for such an amazing project.
Thanks i will look into it