cdnjs / new-website

🖥 cdnjs.com website
https://cdnjs.com
ISC License
451 stars 212 forks source link

Show `.ts` files in js list #343

Closed Glennmen closed 4 years ago

Glennmen commented 4 years ago

Currently cdnjs saves typescript files but they aren't listed in the cdnjs website. This PR will add them in the js list.

If needed it can be added as a separate list but I noticed that scss files are also listed in the css list.

MattIPv4 commented 4 years ago

This website is being replaced by cdnjs/static-website which uses the whitelist the API provides (api.cdnjs.com/whitelist), which inludes TS.

Glennmen commented 4 years ago

I am aware of this but it hasn't been replaced yet and there is no public ETA or is this repo marked as archived. So I assumed that it is stil open for improvements.

MattIPv4 commented 4 years ago

Hm, yeah. Annoyingly I don't really have a timeline for the new new site, mostly just blocked by my lack of time to write API docs at this point.

I think this repo is still auto-deploying, so we can merge this so the old site shows ts files for now 👍

Glennmen commented 4 years ago

Thank you ❤️