index.js 430 B

12345678910
  1. var parent = require('../../es/string');
  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. module.exports = parent;