-
Notifications
You must be signed in to change notification settings - Fork 4
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
ig update implementation #1057
ig update implementation #1057
Conversation
- add MIgrationCollection typings & schema
There has been no recent activity and this PR has been marked inactive. |
There has been no recent activity and this PR has been marked inactive. |
There has been no recent activity and this PR has been marked inactive. |
There has been no recent activity and this PR has been marked inactive. |
There has been no recent activity and this PR has been marked inactive. |
There has been no recent activity and this PR has been marked inactive. |
There has been no recent activity and this PR has been marked inactive. |
There has been no recent activity and this PR has been marked inactive. |
Closes #1056
Depends on #1059, which updates the CLI to use TypeScript modules. We are trying to use dynamic imports in
TS
to get to logic that's been delegated to whoever is implementing a given migration. These changes cause build errors and a bunch of tests to go haywire which is expected as we are essentially changing the way we export/import modules across the whole of the CLI.