Skip to content

[CDX-23] Fix errors thrown out by test:types#397

Merged
esezen merged 1 commit intomasterfrom
cdx-23-client-js-fix-errors-thrown-out-by-testtypes
Aug 26, 2025
Merged

[CDX-23] Fix errors thrown out by test:types#397
esezen merged 1 commit intomasterfrom
cdx-23-client-js-fix-errors-thrown-out-by-testtypes

Conversation

@esezen
Copy link
Contributor

@esezen esezen commented Aug 19, 2025

No description provided.

@esezen esezen requested a review from a team August 19, 2025 12:43
@esezen esezen requested a review from jjl014 as a code owner August 19, 2025 12:43
@@ -0,0 +1,29 @@
import { EventEmitter } from './events';

export default class RequestQueue {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Mudaafi do you think we should type this in detail or is it enough for purposes of this story?

Copy link
Contributor

Choose a reason for hiding this comment

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

My 2cents - I think this is probably fine as we probably won't expect folks to make changes to this often, and consumers of the library wouldn't be expected to use it directly. It'd be helpful for future devs that work within the repo, but we can always add more details in the future if needed.

The decision is ultimately up to you guys though. 👍

Copy link
Contributor

@jjl014 jjl014 left a comment

Choose a reason for hiding this comment

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

The changes look good to me! 🚀

@@ -0,0 +1,29 @@
import { EventEmitter } from './events';

export default class RequestQueue {
Copy link
Contributor

Choose a reason for hiding this comment

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

My 2cents - I think this is probably fine as we probably won't expect folks to make changes to this often, and consumers of the library wouldn't be expected to use it directly. It'd be helpful for future devs that work within the repo, but we can always add more details in the future if needed.

The decision is ultimately up to you guys though. 👍

@esezen esezen merged commit 789b48f into master Aug 26, 2025
7 of 8 checks passed
@esezen esezen deleted the cdx-23-client-js-fix-errors-thrown-out-by-testtypes branch August 26, 2025 15: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.

2 participants