-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
stream: remove unused _transformState #33105
Conversation
_transformState is no longer used since Transform was simplified. Refs: nodejs#32763
@nodejs/streams |
I wonder if |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Does this depend on a semver-major commit?
Did #32763 land on v14? |
Oy, I wish I had caught #32763 before it landed. Even tho |
@jasnell: I'll open a separate PR for runtime deprecation against v14. Can it still land there though? |
The @nodejs/tsc will have to decide. We've done it before. |
@mcollina: Was that lgtm an approve? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, yes
Landed in e10e292 |
Transform._transformState is removed in future version as part of a refactoring. Refs: nodejs#32763 Refs: nodejs#33105 (comment)
Transform._transformState is removed in future version as part of a refactoring. Refs: #32763 Refs: #33105 (comment) Backport-PR-URL: #33126 PR-URL: #32763
Transform._transformState is removed in future version as part of a refactoring. Refs: #32763 Refs: #33105 (comment) Backport-PR-URL: #33126 PR-URL: #32763
_transformState is no longer used since Transform was simplified.
Refs: #32763
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes