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

refactor: move gin_helper::Constructible methods to prototype #37087

Merged
merged 4 commits into from
Feb 6, 2023

Conversation

nornagon
Copy link
Member

@nornagon nornagon commented Feb 1, 2023

Description of Change

This makes it so that gin::Wrappable clases that mix in
gin_helper::Constructible have their class methods on the object's prototype,
instead of on the object itself.

Checklist

  • PR description included and stakeholders cc'd
  • npm test passes
  • tests are changed or added
  • relevant documentation, tutorials, templates and examples are changed or added

Release Notes

Notes: none

@nornagon nornagon added semver/patch backwards-compatible bug fixes no-backport labels Feb 1, 2023
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Feb 1, 2023
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Feb 2, 2023
@nornagon nornagon merged commit 67dc178 into main Feb 6, 2023
@nornagon nornagon deleted the constructible-prototype branch February 6, 2023 20:59
@release-clerk
Copy link

release-clerk bot commented Feb 6, 2023

No Release Notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-backport semver/patch backwards-compatible bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants