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

feat(extension-system): transport now extensible #1272

Merged
merged 45 commits into from
Dec 2, 2024

Conversation

jasonkuhrt
Copy link
Member

No description provided.

@jasonkuhrt
Copy link
Member Author

Update:

The major problem right now is TypeScript performance. I need to optimize things.

Inference is probably the number 1 culprit.

I could improve things here:

  1. Define the request pipeline with static types
  2. Define the extensions with static types

It is ugly but contained and clear. I just need to figure out the API for supplying the pre-built types.

Other ideas:

  • Is the ConfigManager utility leading to performance issues?
  • Can we make use of more interfaces and less type aliases?
  • Look for ways to simplify the extension type system

@jasonkuhrt jasonkuhrt marked this pull request as ready for review November 29, 2024 22:02
@jasonkuhrt jasonkuhrt merged commit 579723f into main Dec 2, 2024
14 checks passed
@jasonkuhrt jasonkuhrt deleted the feat/transport-extension branch December 2, 2024 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant