@@ -23,7 +23,8 @@ const {exists} = require("fs"); /*ERROR: 'fs.exists' was deprecated since
2323
2424This rule reports the following deprecated API.
2525
26- - _ linklist (undocumented)
26+ - [ _ linklist] ( https://nodejs.org/docs/v8.0.0/api/deprecations.html#deprecations_dep0002_require_linklist )
27+ - [ _ stream_wrap] ( https://nodejs.org/docs/v12.0.0/api/deprecations.html#deprecations_dep0125_require_stream_wrap )
2728- assert
2829 - [ deepEqual] ( https://nodejs.org/dist/v10.0.0/docs/api/assert.html#assert_assert_deepequal_actual_expected_message )
2930 - [ equal] ( https://nodejs.org/dist/v10.0.0/docs/api/assert.html#assert_assert_equal_actual_expected_message )
@@ -74,6 +75,8 @@ This rule reports the following deprecated API.
7475- module
7576 - ` requireRepl ` (undocumented)
7677 - [ _ debug] ( https://nodejs.org/dist/v9.0.0/docs/api/deprecations.html#deprecations_dep0077_module_debug )
78+ - net
79+ - [ _ setSimultaneousAccepts] ( https://nodejs.org/docs/v12.0.0/api/deprecations.html#deprecations_dep0121_net_setsimultaneousaccepts )
7780- os
7881 - ` tmpDir ` (undocumented)
7982 - ` getNetworkInterfaces ` (undocumented)
@@ -162,6 +165,7 @@ This rule ignores APIs that `ignoreModuleItems` includes.
162165This option can include the following values:
163166
164167- ` _linklist `
168+ - ` _stream_wrap `
165169- ` assert.deepEqual `
166170- ` assert.equal `
167171- ` assert.notDeepEqual `
@@ -197,12 +201,14 @@ This option can include the following values:
197201- ` module.requireRepl `
198202- ` module.Module._debug `
199203- ` module._debug `
204+ - ` net._setSimultaneousAccepts `
200205- ` os.tmpDir `
201206- ` path._makeLong `
202207- ` process.EventEmitter `
203208- ` process.assert `
204209- ` process.binding `
205210- ` process.env.NODE_REPL_HISTORY_FILE `
211+ - ` process.report.triggerReport `
206212- ` punycode `
207213- ` readline.codePointAt `
208214- ` readline.getStringWidth `
0 commit comments