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

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

initial commit

  • Property mode set to 100644
File size: 430 bytes
Line 
1var parent = require('../../es/string');
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.