source: trip-planner-front/node_modules/core-js/proposals/map-upsert.js@ e29cc2e

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

initial commit

  • Property mode set to 100644
File size: 375 bytes
Line 
1// https://github.com/thumbsupep/proposal-upsert
2require('../modules/esnext.map.emplace');
3// TODO: remove from `core-js@4`
4require('../modules/esnext.map.update-or-insert');
5// TODO: remove from `core-js@4`
6require('../modules/esnext.map.upsert');
7require('../modules/esnext.weak-map.emplace');
8// TODO: remove from `core-js@4`
9require('../modules/esnext.weak-map.upsert');
Note: See TracBrowser for help on using the repository browser.