binderhub icon indicating copy to clipboard operation
binderhub copied to clipboard

Type check our JS

Open yuvipanda opened this issue 11 months ago • 0 comments

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.

yuvipanda avatar Dec 21 '24 18:12 yuvipanda