Skip to content

Conversation

@kinyoklion
Copy link
Member

No description provided.

while (unvisitedItems.size > 0) {
// Visit the next item, the order we visit doesn't matter.
const key = unvisitedItems.values().next().value;
const key = unvisitedItems.values().next().value!;
Copy link
Member Author

Choose a reason for hiding this comment

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

New typescript thinks this can be undefined, but it cannot.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 4, 2024

@launchdarkly/js-sdk-common size report
This is the brotli compressed size of the ESM build.
Size: 17781 bytes
Size limit: 21000

@github-actions
Copy link
Contributor

github-actions bot commented Dec 4, 2024

@launchdarkly/js-client-sdk size report
This is the brotli compressed size of the ESM build.
Size: 19209 bytes
Size limit: 21000

@github-actions
Copy link
Contributor

github-actions bot commented Dec 4, 2024

@launchdarkly/js-client-sdk-common size report
This is the brotli compressed size of the ESM build.
Size: 15392 bytes
Size limit: 20000

@github-actions github-actions bot added the Stale label Mar 5, 2025
@github-actions github-actions bot closed this Mar 19, 2025
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.

2 participants