feat: convert internal classes from util.inherits to classes#2925
Merged
lukekarrys merged 1 commit intomainfrom Oct 28, 2023
Merged
feat: convert internal classes from util.inherits to classes#2925lukekarrys merged 1 commit intomainfrom
lukekarrys merged 1 commit intomainfrom
Conversation
ce5e741 to
0a3e2e0
Compare
de2c1cd to
051114e
Compare
0a3e2e0 to
145e56a
Compare
051114e to
0501ace
Compare
e306967 to
614c26c
Compare
56e7357 to
210543a
Compare
210543a to
179dbdd
Compare
e842fd3 to
0a67958
Compare
f9c558e to
1c7552e
Compare
0a67958 to
472c33b
Compare
1c7552e to
8531963
Compare
472c33b to
32a7787
Compare
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`.
32a7787 to
faa174b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
This PR is stacked on #2924
BREAKING CHANGE: the
Gypclass exported is now created usingECMAScript classes and therefore might have small differences to classes
that were previously created with
util.inherits.