Skip to content

fix: re-export missing types#986

Merged
carlosmiei merged 3 commits intomasterfrom
rexport-missing-types
Apr 11, 2026
Merged

fix: re-export missing types#986
carlosmiei merged 3 commits intomasterfrom
rexport-missing-types

Conversation

@carlosmiei
Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR aims to address TypeScript 6.x consumers being unable to import internal type definitions via deep imports (e.g. node-binance-api/dist/types) by re-exporting the library’s type aliases/interfaces from the main entrypoint.

Changes:

  • Added a re-export of many types from ./types.js in the main src/node-binance-api.ts entrypoint.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@carlosmiei carlosmiei requested a review from Copilot April 11, 2026 15:32
@carlosmiei carlosmiei merged commit 18748fb into master Apr 11, 2026
3 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TypeScript 6.x issues

2 participants