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

[WIP] refactor: define a then method instead of subclassing promise #4290

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nbbeeken
Copy link
Contributor

Description

What is changing?

Remove subclassing of promise. I deep dove into the motivations behind https://github.com/tc39/proposal-rm-builtin-subclassing yesterday. Perhaps we can accomplish the same convenience without the subclass. Leaving in draft, currently broken, a conversation for tech chat.

Is there new documentation needed for these changes?

No

What is the motivation for this change?

Release Highlight

Fill in title or leave empty for no highlight

Double check the following

  • Ran npm run check:lint script
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

@nbbeeken nbbeeken force-pushed the NODE-6090 branch 2 times, most recently from 808c6f3 to 03e42d4 Compare November 5, 2024 20:05
Base automatically changed from NODE-6090 to main November 6, 2024 22:52
An error occurred while trying to automatically change base from NODE-6090 to main November 6, 2024 22:52
@nbbeeken nbbeeken force-pushed the chore-rm-subclass branch 3 times, most recently from 40a24ee to dbd359f Compare November 11, 2024 14:37
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.

1 participant