2

I'm so sick and tired of rewriting an ESM loader I gave in and just yeeted an lib.

No external libs, no bundler, no transpiling just some vibe coded crappy thing. But it does what I need to when prototyping.

https://github.com/1338/...

Comments
  • 3
    I once wrote an ESM Loader for my custom flat file system blob thing. Cool times.
  • 2
    @Ranchonyx no matter what I do I always end up needing to load modules dynamically. I've written like 30 and every time I'm like "hurrdurr how do". So now I got something I can drag and drop and not think about it
  • 2
    Oh nice, I keep it in mind. I always desperate search for the cdn solutions.
  • 0
    Hmmm so what's the benefit of this?
Add Comment