Skip to content

Fix isEmpty() call #148

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

Merged
merged 1 commit into from
May 31, 2022
Merged

Fix isEmpty() call #148

merged 1 commit into from
May 31, 2022

Conversation

ntkme
Copy link
Contributor

@ntkme ntkme commented May 31, 2022

This PR fixes the following error:

lib/src/value/number.ts:604:39 - error TS2774: This condition will always return true since this function is always defined. Did you mean to call it instead?

604       if (newNumerators.size === 1 && newDenominators.isEmpty) {
                                          ~~~~~~~~~~~~~~~~~~~~~~~


Found 1 error in lib/src/value/number.ts:604

@nex3 nex3 merged commit 20fa7c8 into sass:main May 31, 2022
@ntkme ntkme deleted the patch-1 branch May 31, 2022 23:17
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