File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -427,8 +427,8 @@ declare namespace primordials {
427427 export const SymbolFor : typeof Symbol . for
428428 export const SymbolKeyFor : typeof Symbol . keyFor
429429 export const SymbolAsyncIterator : typeof Symbol . asyncIterator
430- export const SymbolDispose : symbol // TODO(MoLow): use typeof Symbol.dispose when it's available
431- export const SymbolAsyncDispose : symbol // TODO(MoLow): use typeof Symbol.asyncDispose when it's available
430+ export const SymbolDispose : typeof Symbol . dispose
431+ export const SymbolAsyncDispose : typeof Symbol . asyncDispose
432432 export const SymbolHasInstance : typeof Symbol . hasInstance
433433 export const SymbolIsConcatSpreadable : typeof Symbol . isConcatSpreadable
434434 export const SymbolIterator : typeof Symbol . iterator
You can’t perform that action at this time.
0 commit comments