Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions core/core.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,9 @@ export namespace primordials {
export const SymbolPrototypeGetDescription: (symbol: symbol) => string;
export const SymbolFor: typeof Symbol.for;
export const SymbolKeyFor: typeof Symbol.keyFor;
export const SymbolAsyncDispose: typeof Symbol.asyncDispose;
export const SymbolAsyncIterator: typeof Symbol.asyncIterator;
export const SymbolDispose: typeof Symbol.dispose;
export const SymbolHasInstance: typeof Symbol.hasInstance;
export const SymbolIsConcatSpreadable: typeof Symbol.isConcatSpreadable;
export const SymbolIterator: typeof Symbol.iterator;
Expand Down
Loading