X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2Fcore-js%2Fproposals%2Frelative-indexing-method.js;h=17befec65478cda41a73f7914edccc8a4e0d90a6;hb=3be0a9efc698a9570a44456009afc6014812625a;hp=95e681400b5830d4b1a2d6d8b110ef2e9a2b33d3;hpb=4d07c77cf4d78cab8639e13ddc3c22495e585b0b;p=dotfiles%2F.git diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/core-js/proposals/relative-indexing-method.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/core-js/proposals/relative-indexing-method.js index 95e68140..17befec6 100644 --- a/.config/coc/extensions/node_modules/coc-prettier/node_modules/core-js/proposals/relative-indexing-method.js +++ b/.config/coc/extensions/node_modules/coc-prettier/node_modules/core-js/proposals/relative-indexing-method.js @@ -1,5 +1,5 @@ +// TODO: Remove from `core-js@4` // https://github.com/tc39/proposal-relative-indexing-method +require('../modules/es.string.at-alternative'); require('../modules/esnext.array.at'); -// TODO: disabled by default because of the conflict with another proposal -// require('../modules/esnext.string.at-alternative'); require('../modules/esnext.typed-array.at');