mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
lib: remove Symbol[Async]Dispose
polyfills
PR-URL: https://github.com/nodejs/node/pull/55276 Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
This commit is contained in:
parent
9a9409ff1f
commit
d5eb9a378e
26 changed files with 33 additions and 70 deletions
|
@ -42,6 +42,7 @@ const {
|
|||
StringPrototypeIncludes,
|
||||
StringPrototypeSlice,
|
||||
StringPrototypeToUpperCase,
|
||||
SymbolDispose,
|
||||
} = primordials;
|
||||
|
||||
const {
|
||||
|
@ -50,7 +51,6 @@ const {
|
|||
getSystemErrorName,
|
||||
kEmptyObject,
|
||||
promisify,
|
||||
SymbolDispose,
|
||||
} = require('internal/util');
|
||||
const { isArrayBufferView } = require('internal/util/types');
|
||||
let debug = require('internal/util/debuglog').debuglog(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue