You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function_toPrimitive(input,hint){if(typeofinput!=="object"||input===null)returninput;varprim=input[Symbol.toPrimitive];if(prim!==undefined){varres=prim.call(input,hint||"default");if(typeofres!=="object")returnres;thrownewTypeError("@@toPrimitive must return a primitive value.");}return(hint==="string" ? String : Number)(input);}
3176
+
function_toPropertyKey(t){vari=_toPrimitive(t,"string");return"symbol"==typeofi ? i : String(i);}
3177
+
function_toPrimitive(t,r){if("object"!=typeoft||!t)returnt;vare=t[Symbol.toPrimitive];if(void0!==e){vari=e.call(t,r||"default");if("object"!=typeofi)returni;thrownewTypeError("@@toPrimitive must return a primitive value.");}return("string"===r ? String : Number)(t);}
3179
3178
/**
3180
3179
* This module exports a set of classes for converting between DOM `Range`
3181
3180
* objects and different types of selectors. It is mostly a thin wrapper around a
function_toPrimitive(input,hint){if(typeofinput!=="object"||input===null)returninput;varprim=input[Symbol.toPrimitive];if(prim!==undefined){varres=prim.call(input,hint||"default");if(typeofres!=="object")returnres;thrownewTypeError("@@toPrimitive must return a primitive value.");}return(hint==="string" ? String : Number)(input);}
3176
+
function_toPropertyKey(t){vari=_toPrimitive(t,"string");return"symbol"==typeofi ? i : String(i);}
3177
+
function_toPrimitive(t,r){if("object"!=typeoft||!t)returnt;vare=t[Symbol.toPrimitive];if(void0!==e){vari=e.call(t,r||"default");if("object"!=typeofi)returni;thrownewTypeError("@@toPrimitive must return a primitive value.");}return("string"===r ? String : Number)(t);}
3179
3178
/**
3180
3179
* This module exports a set of classes for converting between DOM `Range`
3181
3180
* objects and different types of selectors. It is mostly a thin wrapper around a
0 commit comments