relative-indexing-method.js 275 B

12345
  1. // https://github.com/tc39/proposal-relative-indexing-method
  2. require('../modules/esnext.array.at');
  3. // TODO: disabled by default because of the conflict with another proposal
  4. // require('../modules/esnext.string.at-alternative');
  5. require('../modules/esnext.typed-array.at');