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: Standardize typescript version. #702

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kinyoklion
Copy link
Member

No description provided.

@@ -51,7 +51,7 @@ function topologicalSort(

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.

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

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

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

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