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!: improve eval performance, restructure lib, support flag metadata #1120

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

Conversation

beeme1mr
Copy link
Member

@beeme1mr beeme1mr commented Dec 20, 2024

WIP

solves #1115

@beeme1mr beeme1mr changed the title feat!: improve eval performance, restructure lib feat!: improve eval performance, restructure lib, support flag metadata Dec 24, 2024
}

// Return default variant if targeting resolution is null or undefined
if (targetingResolution === null || targetingResolution === undefined) {
Copy link
Member Author

Choose a reason for hiding this comment

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

This is required to properly support short-circuiting json logic. If we used !targetingResolution, it would be true for any falsy values.

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