-
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
Update cli for ts modules #1059
Conversation
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. |
This PR updates the CLI to use TypeScript modules. We need this update as in #1057 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.