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

Don't share class functions across Set and Map #715

Merged
merged 2 commits into from
Nov 22, 2024
Merged

Conversation

saghul
Copy link
Contributor

@saghul saghul commented Nov 21, 2024

Map has groupBy and Set doesn't.

Fixes: #714

Map has groupBy and Set doesn't.

Fixes: #714
quickjs.c Outdated Show resolved Hide resolved
@saghul saghul merged commit 4ca6d9b into master Nov 22, 2024
51 checks passed
@saghul saghul deleted the set-no-groupby branch November 22, 2024 07:33
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.

And Set seems to have a non-standard .groupBy method
2 participants