Skip to content

Commit

Permalink
feat(ses): allow new dispose symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed May 4, 2023
1 parent 52c1dc7 commit 3b9fa4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ses/src/whitelist.js
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,9 @@ export const whitelist = {
Symbol: {
// Properties of the Symbol Constructor
'[[Proto]]': '%FunctionPrototype%',
asyncDispose: 'symbol',
asyncIterator: 'symbol',
dispose: 'symbol',
for: fn,
hasInstance: 'symbol',
isConcatSpreadable: 'symbol',
Expand Down

0 comments on commit 3b9fa4a

Please sign in to comment.