@@ -13,7 +13,7 @@ import stackSet from './_stackSet.js';
* @param {Array} [entries] The key-value pairs to cache.
*/
functionStack(entries){
vardata=this.__data__=newListCache(entries);
constdata=this.__data__=newListCache(entries);
this.size=data.size;
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.