Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'v14.x-staging' into backport-32217-to-current
  • Loading branch information
MylesBorins authored Jul 14, 2020
commit f39e53a620ebeaccb1b6abe794649e4a6b524f7b
14 changes: 13 additions & 1 deletion doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2696,7 +2696,19 @@ native modules. It was incomplete so far and instead it's better to rely upon
`require('module').builtinModules`.

<a id="DEP0143"></a>
### DEP0143: `module.parent`
### DEP0143: `Transform._transformState`
<!-- YAML
changes:
- version: v14.5.0
pr-url: https://github.com/nodejs/node/pull/33126
description: Runtime deprecation.
-->
Type: Runtime
`Transform._transformState` will be removed in future versions where it is
no longer required due to simplification of the implementation.

<a id="DEP0144"></a>
### DEP0144: `module.parent`
<!-- YAML
changes:
- version: REPLACEME
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.