Skip to content

Commit

Permalink
Merge pull request #1578 from endojs/markm-allow-dispose-symbols
Browse files Browse the repository at this point in the history
feat(ses): allow new dispose symbols
  • Loading branch information
erights authored May 4, 2023
2 parents 52c1dc7 + 3b9fa4a commit 53973bd
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 53973bd

Please sign in to comment.