File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11# Domain
22<!-- YAML
3+ deprecated: v1.4.2
34changes:
45 - version: v8.8.0
56 description: Any `Promise`s created in VM contexts no longer have a
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ The `'removeListener'` event is emitted *after* the `listener` is removed.
303303### ` EventEmitter.listenerCount(emitter, eventName) `
304304<!-- YAML
305305added: v0.9.12
306- deprecated: v4.0 .0
306+ deprecated: v3.2 .0
307307-->
308308
309309> Stability: 0 - Deprecated: Use [ ` emitter.listenerCount() ` ] [ ] instead.
Original file line number Diff line number Diff line change @@ -2339,6 +2339,8 @@ changes:
23392339 pr-url: https://github.com/nodejs/node/pull/7897
23402340 description: The `callback` parameter is no longer optional. Not passing
23412341 it will emit a deprecation warning with id DEP0013.
2342+ - version: v0.4.7
2343+ description: Documentation-only deprecation.
23422344-->
23432345
23442346* ` path ` {string|Buffer|URL}
@@ -2356,6 +2358,8 @@ changes:
23562358 - version: v10.6.0
23572359 pr-url: https://github.com/nodejs/node/pull/21498
23582360 description: This API is no longer deprecated.
2361+ - version: v0.4.7
2362+ description: Documentation-only deprecation.
23592363-->
23602364
23612365* ` path ` {string|Buffer|URL}
Original file line number Diff line number Diff line change 11# Punycode
22<!-- YAML
3- changes:
4- - version: v7.0.0
5- pr-url: https://github.com/nodejs/node/pull/7941
6- description: Accessing this module will now emit a deprecation warning.
3+ deprecated: v7.0.0
74-->
85
96<!-- introduced_in=v0.10.0-->
You can’t perform that action at this time.
0 commit comments