fontsource / google-font-metadata

A metadata generator that fetches and parses the Google Fonts API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typescript Migration

ayuhito opened this issue · comments

commented

For future maintainability and quality control, migrating the whole repository to Typescript would be positive step forward.

Something to be addressed in the near future.

commented

Resolved in #23.

@DecliningLotus this is great, but the types are not actually published to npm
so, as a result, this project benefits from typescript, but for any project project that uses this package it remains the same

Worse in some cases, because typescript checks for json files are a bit more relaxed.
Because now we actually need the types, where as before we were "fine" without them.

commented

@thealjey, appreciate the notice. I will admit, this is my first time using TypeScript from scratch on a project and so I was bound to do some things wrong.

I might be able to look into this in about 10 days since I have huge commitments right now, but if you're happy to assist to any scale, that would be amazing.

commented

Hopefully resolved in #51.