endo
endo copied to clipboard
bug - incorrect use of typeof
typeof always returns a string (eg "undefined") https://github.com/endojs/endo/blob/fa8227203d2bbeb301e58f0acc12fcbd8ae03387/packages/ses/src/get-anonymous-intrinsics.js#L31-L32
!!(typeof xyz) // always true
additionally SES does not support versions of js that dont support Symbol
fixed in #829