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: refactor import paths to fix generated types #1130

Merged
merged 4 commits into from
Nov 9, 2023
Merged

Conversation

CodeSchwert
Copy link
Contributor

Summary

Some import statements in the SDK were causing erroneous types to be generated in index.d.ts. The PR fixes those import paths to generate the correct types.

Customer Impact

Fixes types in index.d.ts

Fixed

  • index.d.ts reference to config which didn't exist

Things worth calling out

Before submitting the PR, please consider the following:

  • Prefix your PR title with feat: , fix: , chore: , docs:, or refactor:.

@CodeSchwert CodeSchwert requested review from a team as code owners November 8, 2023 03:58
Copy link
Contributor

@keithbro-imx keithbro-imx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. How can we catch this as part of our build process?

@CodeSchwert
Copy link
Contributor Author

Looks good. How can we catch this as part of our build process?

cross-module testing initiative the SDK team is doing this cycle should help to catch these kinds of things

@CodeSchwert CodeSchwert merged commit cd3f434 into main Nov 9, 2023
6 checks passed
@CodeSchwert CodeSchwert deleted the fix-config-paths branch November 9, 2023 02:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants