Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove sequelize type dependency completely #370

Merged
merged 1 commit into from
Oct 31, 2020

Conversation

mmkal
Copy link
Contributor

@mmkal mmkal commented Oct 31, 2020

ts-ignore comments are stripped from declaration files: microsoft/TypeScript#38628

It'd be possible to use some kind of codegen to add them back in, but it's easier and more correct to define what we need explicitly from the sequelize type definitions.

Fixes #348 (for real this time)

ts-ignore comments are stripped from declaration files: microsoft/TypeScript#38628

It'd be possible to use some kind of codegen to add them back in, but it's easier and more correct to define what we need explicitly from the sequelize type definitions.
@mmkal mmkal merged commit 8dad082 into master Oct 31, 2020
@mmkal mmkal deleted the remove-sequelize-type-dependency branch October 31, 2020 20:07
@papb
Copy link
Member

papb commented Dec 3, 2020

Nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Umzug with mongodb fails to compile with tsc
2 participants