mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
lib: move Symbol[Async]Dispose
polyfills to internal/util
PR-URL: https://github.com/nodejs/node/pull/54853 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
5de919b652
commit
7c58645aca
27 changed files with 48 additions and 41 deletions
|
@ -30,7 +30,6 @@ const {
|
|||
StringPrototypeTrim,
|
||||
Symbol,
|
||||
SymbolAsyncIterator,
|
||||
SymbolDispose,
|
||||
} = primordials;
|
||||
|
||||
const { codes: {
|
||||
|
@ -45,7 +44,7 @@ const {
|
|||
validateString,
|
||||
validateUint32,
|
||||
} = require('internal/validators');
|
||||
const { kEmptyObject } = require('internal/util');
|
||||
const { SymbolDispose, kEmptyObject } = require('internal/util');
|
||||
const {
|
||||
inspect,
|
||||
getStringWidth,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue