linwenling
2023-10-22 1660e0f0083d1a682bf0dca9dcaf2e8ba2502f38
1
2
3
4
5
6
7
8
9
// https://github.com/tc39/proposal-upsert
require('../modules/esnext.map.emplace');
// TODO: remove from `core-js@4`
require('../modules/esnext.map.update-or-insert');
// TODO: remove from `core-js@4`
require('../modules/esnext.map.upsert');
require('../modules/esnext.weak-map.emplace');
// TODO: remove from `core-js@4`
require('../modules/esnext.weak-map.upsert');