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(ecmascript): implement array constructor builtins #180

Merged
merged 5 commits into from
May 15, 2024

Conversation

eliassjogreen
Copy link
Member

This PR implements the array constructor builtin functions according to spec.

Closes #143

@eliassjogreen eliassjogreen changed the title feat: implement array constructor builtins feat(ecmascript): implement array constructor builtins May 13, 2024
Copy link
Collaborator

@aapoalas aapoalas left a comment

Choose a reason for hiding this comment

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

Awesome stuff, thank you for doing this! <3

There's unfortunately a string/integer PropertyKey thing here that we should resolve, caused by a bug in the engine. I left issue: comments in those places that should be changed before merging. Note: The comment "notation" comes from Conventional Comments.

Anyway, absolutely awesome stuff, thank you so much! <3

@eliassjogreen eliassjogreen requested a review from aapoalas May 15, 2024 07:54
Copy link
Collaborator

@aapoalas aapoalas left a comment

Choose a reason for hiding this comment

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

Ooops I was wrong about the string logic. Looks good to me!

Merging after CI says a-okay. Thank you so much <3

@aapoalas aapoalas merged commit 6ef96ec into trynova:main May 15, 2024
1 check passed
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.

Array constuctor builtin functions
2 participants