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:
375 bytes
|
Line | |
---|
1 | // https://github.com/thumbsupep/proposal-upsert
|
---|
2 | require('../modules/esnext.map.emplace');
|
---|
3 | // TODO: remove from `core-js@4`
|
---|
4 | require('../modules/esnext.map.update-or-insert');
|
---|
5 | // TODO: remove from `core-js@4`
|
---|
6 | require('../modules/esnext.map.upsert');
|
---|
7 | require('../modules/esnext.weak-map.emplace');
|
---|
8 | // TODO: remove from `core-js@4`
|
---|
9 | require('../modules/esnext.weak-map.upsert');
|
---|
Note:
See
TracBrowser
for help on using the repository browser.