source: trip-planner-front/node_modules/core-js/features/symbol/index.js@ 6c1585f

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

initial commit

  • Property mode set to 100644
File size: 489 bytes
Line 
1var parent = require('../../es/symbol');
2require('../../modules/esnext.symbol.async-dispose');
3require('../../modules/esnext.symbol.dispose');
4require('../../modules/esnext.symbol.matcher');
5require('../../modules/esnext.symbol.metadata');
6require('../../modules/esnext.symbol.observable');
7// TODO: Remove from `core-js@4`
8require('../../modules/esnext.symbol.pattern-match');
9// TODO: Remove from `core-js@4`
10require('../../modules/esnext.symbol.replace-all');
11
12module.exports = parent;
Note: See TracBrowser for help on using the repository browser.