mhkeller / layercake

graphics framework for sveltejs
https://layercake.graphics
MIT License
1.41k stars 31 forks source link

Lower-case type synonym for Number #226

Closed rgieseke closed 2 months ago

rgieseke commented 2 months ago

See discussion in #218,

From https://github.com/mhkeller/layercake/issues/218#issuecomment-2287192896

For legacy reasons, Number in JSDoc is interpreted as number, along with string and boolean.

To avoid confusion (especially for users coming from TypeScript) the lower-case variants are used.

rgieseke commented 2 months ago

This is already quite a bit to scroll through for review so I'll do other type synonyms in separate PRs for easier review.

mhkeller commented 2 months ago

Sorry I missed this notification. Thanks for going through it!