jsdocs-io / web

jsDocs.io is an open source documentation host for Javascript and Typescript packages.
https://www.jsdocs.io
GNU Affero General Public License v3.0
112 stars 2 forks source link

`.d.mts` support #547

Open NamesMT opened 3 months ago

NamesMT commented 3 months ago

Hi, sorry to chime in to ask about this matter,

I love jsDocs.io, it helps me a lot while deeply exploring new packages, however, most "modern"-targeted packages now have moved to .d.mts export only and unfortunately this is not supported yet, how is the progress on this?

Amazing work and wishes you the best!

velut commented 3 months ago

Hi @NamesMT, thanks for the issue and the kind words!

I've recently finished rewriting the extractor to support packages written in the modern style, including support for .d.mts files.

Right now I'm working on updating the website to use the new extractor.

Do you have any specific packages in mind that you want me to check?