Newer
Older
alert / js / node_modules / babel-plugin-polyfill-corejs3 / lib / shipped-proposals.js
@Réz István Réz István on 18 Nov 2021 172 bytes first commit
"use strict";

exports.__esModule = true;
exports.default = void 0;

var _default = new Set(["esnext.global-this", "esnext.string.match-all"]);

exports.default = _default;