scramjetorg / scramjet

Public tracker for Scramjet Cloud Platform, a platform that bring data from many environments together.

Home Page:https://www.scramjet.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Help Wanted] Typescript testing

MichalCz opened this issue · comments

Is your feature request related to a problem? Please describe.

Every now and then a change in scramjet breaks the typescript compatibility. How can we check if the ts.d files are ok?

Describe the solution you'd like

There should be a npm run test:typescript-definitions that should at least install scramjet as a dependency from a file:// location and try to tsc a sample ts file.

Any ideas appreciated. PR's also.

Ok, that's quite interesting. :)

I included this in the flow - it seems to cover errors quite nicely. :)