aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/proposals/relative-indexing-method.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/proposals/relative-indexing-method.js')
-rw-r--r--node_modules/core-js/proposals/relative-indexing-method.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/core-js/proposals/relative-indexing-method.js b/node_modules/core-js/proposals/relative-indexing-method.js
new file mode 100644
index 0000000..95e6814
--- /dev/null
+++ b/node_modules/core-js/proposals/relative-indexing-method.js
@@ -0,0 +1,5 @@
+// https://github.com/tc39/proposal-relative-indexing-method
+require('../modules/esnext.array.at');
+// TODO: disabled by default because of the conflict with another proposal
+// require('../modules/esnext.string.at-alternative');
+require('../modules/esnext.typed-array.at');