Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / features / string / virtual / index.js
1 var parent = require('../../../es/string/virtual');
2 require('../../../modules/esnext.string.at');
3 // TODO: disabled by default because of the conflict with another proposal
4 // require('../../../modules/esnext.string.at-alternative');
5 require('../../../modules/esnext.string.code-points');
6 // TODO: remove from `core-js@4`
7 require('../../../modules/esnext.string.match-all');
8 require('../../../modules/esnext.string.replace-all');
9
10 module.exports = parent;