| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
_transformState is no longer used since Transform was simplified. Refs: nodejs#32763
|
@nodejs/streams |
Sorry, something went wrong.
|
I wonder if _transformState is used in the wild, otherwise LGTM. |
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm
Does this depend on a semver-major commit?
Sorry, something went wrong.
Sorry, something went wrong.
|
Oy, I wish I had caught #32763 before it landed. Even tho _transformState was a private property, the fact that it was public for so long really means that it should ideally have gone through a deprecation cycle as opposed to being removed immediately. I just confirmed that _transformState is still present in Node.js 14.0.0. I absolutely think we should follow a proper runtime deprecation cycle for _transformState in 14.x. |
Sorry, something went wrong.
|
@jasnell: I'll open a separate PR for runtime deprecation against v14. Can it still land there though? |
Sorry, something went wrong.
|
The @nodejs/tsc will have to decide. We've done it before. |
Sorry, something went wrong.
|
@mcollina: Was that lgtm an approve? |
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm, yes
Sorry, something went wrong.
Sorry, something went wrong.
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
| Back | FazBrowse Home | New Git URL |
_transformState is no longer used since Transform was simplified.
Refs: #32763
Checklist