File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -932,8 +932,8 @@ Using the `noAssert` argument has no functionality anymore. All input is going
932
932
to be verified, no matter if it is set to true or not. Skipping the verification
933
933
could lead to hard to find errors and crashes.
934
934
935
- <a id="DEP0XXX "></a>
936
- ### DEP0XXX : process.binding(' util' ).is[...] typechecks
935
+ <a id="DEP0103 "></a>
936
+ ### DEP0103 : process.binding(' util' ).is[...] typechecks
937
937
938
938
Type: Documentation-only (supports [`--pending-deprecation`][])
939
939
Original file line number Diff line number Diff line change 128
128
'Accessing native typechecking bindings of Node ' +
129
129
'directly is deprecated. ' +
130
130
`Please use \`util.types.${ name } \` instead.` ,
131
- 'DEP0XXX ' ) :
131
+ 'DEP0103 ' ) :
132
132
types [ name ] ;
133
133
}
134
134
}
You can’t perform that action at this time.
0 commit comments