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

wip: perf optimize proposal #1789

Open
wants to merge 15 commits into
base: next
Choose a base branch
from
Open

wip: perf optimize proposal #1789

wants to merge 15 commits into from

Conversation

Aarebecca
Copy link
Contributor

No description provided.

packages/g-lite/src/css/parser/transform.ts Dismissed Show dismissed Hide dismissed
@Aarebecca Aarebecca force-pushed the perf/optimize-proposal branch 2 times, most recently from 99a1b4a to 01ba274 Compare October 17, 2024 07:25
Comment on lines +143 to +144
!isNaN(rBushNode.aabb.maxX) &&
!isNaN(rBushNode.aabb.maxX) &&

Check warning

Code scanning / CodeQL

Identical operands Warning

Operands
!isNaN( ... b.maxX)
and
!isNaN( ... b.maxX)
are identical.
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