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

ensure marks default to configurable+enumerable #246

Merged
merged 1 commit into from May 19, 2022

Conversation

keithamus
Copy link
Member

This fixes a bug where multiple marks used in conjunction throw an error, because the properties defined by marks default to non-configurable. They should default to enumerable and configurable by default.

@keithamus keithamus marked this pull request as ready for review May 19, 2022 09:21
@keithamus keithamus requested a review from a team as a code owner May 19, 2022 09:21
@koddsson koddsson merged commit 3250488 into main May 19, 2022
@koddsson koddsson deleted the ensure-marks-default-to-configurable-enumerable branch May 19, 2022 09:21
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.

None yet

2 participants