I tried to host my library for deno users on deno.land.
Afterwards, I found out about Deno's fight with Typescript/Node/ES Council about filenames. I went to the Deno discord, and they said that I couldn't actually publish my Typescript code in a way that would work both on Deno and under Typescript, because of file extensions.
So, I tried the es6 version; same thing.
So I tried the minified version, but deno just crashes with stack problems.
I'm not able to get any of the working builds in my library to work under Deno.
I asked the Deno staff to un-list the module, since it had only been up for an hour, but they refused.
I can't find a way to deprecate the module.
How do I warn deno users not to attempt to use my library? I don't want people wasting time on something that looks like it works, but doesn't.
Edit: hi, my question is about how to deprecate or unlist a module. I'm not here for more argument about how to change my code or become deno-centric, thanks.