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: convert internal classes from util.inherits to classes #2925

Merged
merged 1 commit into from
Oct 28, 2023

Conversation

lukekarrys
Copy link
Member

@lukekarrys lukekarrys commented Oct 27, 2023

Note

This PR is stacked on #2924

BREAKING CHANGE: the Gyp class exported is now created using
ECMAScript classes and therefore might have small differences to classes
that were previously created with util.inherits.

@lukekarrys lukekarrys added this to the v10.0.0 milestone Oct 27, 2023
@lukekarrys lukekarrys force-pushed the lk/use-es6-classes branch 2 times, most recently from e306967 to 614c26c Compare October 28, 2023 01:34
@lukekarrys lukekarrys force-pushed the lk/async-all branch 3 times, most recently from 56e7357 to 210543a Compare October 28, 2023 03:12
@lukekarrys lukekarrys marked this pull request as draft October 28, 2023 03:52
@lukekarrys lukekarrys force-pushed the lk/use-es6-classes branch 2 times, most recently from e842fd3 to 0a67958 Compare October 28, 2023 03:55
@lukekarrys lukekarrys force-pushed the lk/async-all branch 2 times, most recently from f9c558e to 1c7552e Compare October 28, 2023 05:19
@lukekarrys lukekarrys marked this pull request as ready for review October 28, 2023 06:54
Base automatically changed from lk/async-all to main October 28, 2023 15:59
BREAKING CHANGE: the `Gyp` class exported is now created using
ECMAScript classes and therefore might have small differences to classes
that were previously created with `util.inherits`.
@lukekarrys lukekarrys merged commit d52997e into main Oct 28, 2023
31 checks passed
@lukekarrys lukekarrys deleted the lk/use-es6-classes branch October 28, 2023 16:29
@lukekarrys lukekarrys mentioned this pull request Nov 2, 2023
3 tasks
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