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

chore: use standard Namespace type #766

Merged
merged 1 commit into from
Aug 26, 2024
Merged

chore: use standard Namespace type #766

merged 1 commit into from
Aug 26, 2024

Conversation

EvanHahn
Copy link
Contributor

This is a types-only change.

The Namespace type is pretty central, but was stuffed away in core-manager/index.js. Its type was also inferred in many cases.

Now it's in a more central spot: types.ts.

I think this is useful on its own, but it should make a future change easier.

This is a types-only change.

The `Namespace` type is pretty central, but was stuffed away in
`core-manager/index.js`. Its type was also inferred in many cases.

Now it's in a more central spot: `types.ts`.

I think this is useful on its own, but it should make a future change
easier.
* CoreOwnershipWithSignaturesValue,
* KeyPair,
* Namespace
* } from './types.js'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was adding an import from types.js so I figured I'd fix all the imports in this file. I did that in several other places too.

@EvanHahn EvanHahn merged commit 6cdf840 into main Aug 26, 2024
7 checks passed
@EvanHahn EvanHahn deleted the move-namespace-type branch August 26, 2024 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants