source: trip-planner-front/node_modules/core-js/features/string/virtual/index.js

Last change on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 456 bytes
Line 
1var parent = require('../../../es/string/virtual');
2require('../../../modules/esnext.string.at');
3// TODO: disabled by default because of the conflict with another proposal
4// require('../../../modules/esnext.string.at-alternative');
5require('../../../modules/esnext.string.code-points');
6// TODO: remove from `core-js@4`
7require('../../../modules/esnext.string.match-all');
8require('../../../modules/esnext.string.replace-all');
9
10module.exports = parent;
Note: See TracBrowser for help on using the repository browser.