Uh oh!
There was an error while loading. Please reload this page.
stream: remove unused _transformState - #33105
Conversation
_transformState is no longer used since Transform was simplified. Refs: nodejs#32763
ronag
commented
Apr 28, 2020
@nodejs/streams |
lpinca
commented
Apr 28, 2020
I wonder if |
mcollina
left a comment
There was a problem hiding this comment.
lgtm
Does this depend on a semver-major commit?
ronag
commented
Apr 28, 2020
ronag
commented
Apr 28, 2020
Did #32763 land on v14? |
jasnell
commented
Apr 28, 2020
Oy, I wish I had caught #32763 before it landed. Even tho |
ronag
commented
Apr 28, 2020
@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. |
ronag
commented
Apr 30, 2020
@mcollina: Was that lgtm an approve? |
nodejs-github-bot
commented
Apr 30, 2020
ronag
commented
Apr 30, 2020
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