jupyterhub / binderhub

Run your code in the cloud, with technology so advanced, it feels like magic!

Home Page:https://binderhub.readthedocs.io

Repository from Github https://github.comjupyterhub/binderhubRepository from Github https://github.comjupyterhub/binderhub

Type check our JS

yuvipanda opened this issue · comments

commented

Our JS has some type information, which you can check by running npx tsc --noEmit --checkJs from the base. We aren't using typescript as a language, but using jsdoc hints to tell typescript what our types are.

We don't currently enforce it because our code doesn't actually cleanly typecheck! We should decide if we want it to, and then work towards that.