continous-integration type checking script
AyAyEm opened this issue · comments
Sometimes, someone can make a mistake in the typings, and commit something that won't even compile.
Examples:
To not let these commits pass in pull requests, i suggest a continous-integration script that checks it, the most simple solution would just try to compile the typings in some way, the most advanced would generate typings from the generated data and compare with the current typings. In the first example the simple approach would solve it, but in the second only the advanced approach would be able to detect it.
As previous, feel free to suggest one, but the devs of this don't use TS, so we have no inherent need or time to dedicate to that, but you're welcome to recommend an action that will check them
would this work for y'all? https://jvilk.com/MakeTypes/
It would be a temporary solution, but i don't think it's worth the time in it. I'm working in a better solution for that, unfortunately it's taking longer than i expected.
all good, dude, good things take time sometimes
🎉 This issue has been resolved in version 1.1250.41 🎉
The release is available on:
Your semantic-release bot 📦🚀