frenic / csstype

Strict TypeScript and Flow types for style based on MDN data
MIT License
1.7k stars 69 forks source link

docs: add DocBlocks for `mdn-data` and some `<data-type>` #134

Open buschtoens opened 2 years ago

buschtoens commented 2 years ago

Relates to #131.

This PR replicates the docs from mdn-data as DocBlocks and constrains the types a bit more based on the JSON schemas.

It also adds src/data/types.d.ts, which includes DocBlocks and template literal types for most data types. As template literal types are still quite limited, this is only a best-effort approach. The primary issues are:

Actually making use of these template literal types is blocked by #124.

I've already had some of these types laying around from internal source code and thought the least I could to is upstream them here, so that they may get picked up.