X-Git-Url: https://git.josue.xyz/?p=dotfiles%2F.git;a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2Fcore-js%2Finternals%2Fcollection-strong.js;h=c33cc5e14a60814c527eac4a5bd8f662afec7c93;hp=2a6779874618f8df785f67315321c36646222228;hb=4d07c77cf4d78cab8639e13ddc3c22495e585b0b;hpb=b3950616b54221c40a7dab9099bda675007e5b6e diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/core-js/internals/collection-strong.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/core-js/internals/collection-strong.js index 2a677987..c33cc5e1 100644 --- a/.config/coc/extensions/node_modules/coc-prettier/node_modules/core-js/internals/collection-strong.js +++ b/.config/coc/extensions/node_modules/coc-prettier/node_modules/core-js/internals/collection-strong.js @@ -26,7 +26,7 @@ module.exports = { size: 0 }); if (!DESCRIPTORS) that.size = 0; - if (iterable != undefined) iterate(iterable, that[ADDER], that, IS_MAP); + if (iterable != undefined) iterate(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP }); }); var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME);