types/sequelize

why is this separate

ORESoftware opened this issue · 3 comments

There really shouldn't be a separate library @types/sequelize.

Sequelize should be (re)written in TypeScript, right?

It isn't, so we need external typings.

yeah i mean this as constructively as possible - the original lib should really be written in type-checked language

sequelize/sequelize#9285

This is the wrong place to ask for that - converting to TS has been discussed at Sequelize before but decided against because of the additional barrier to contribution (different language, extra build step).