shipped-proposals.js 456 B

123456789
  1. "use strict";
  2. exports.__esModule = true;
  3. exports.default = void 0;
  4. // This file is automatically generated by scripts/build-corejs3-shipped-proposals.mjs
  5. var _default = new Set(["esnext.array.group", "esnext.array.group-to-map", "esnext.array.to-reversed", "esnext.array.to-sorted", "esnext.array.to-spliced", "esnext.array.with", "esnext.typed-array.to-reversed", "esnext.typed-array.to-sorted", "esnext.typed-array.with"]);
  6. exports.default = _default;