Archive @babel/polyfill (#12541)

babel/babel-archive@701775cd9f
This commit is contained in:
Nicolò Ribaudo
2020-12-22 16:52:40 +01:00
committed by GitHub
parent 60138bea0d
commit d9dfd29ce8
13 changed files with 10 additions and 368 deletions

View File

@@ -13,7 +13,7 @@ const cwd = process.cwd();
const packageDir = join(cwd, "packages");
const packages = readdirSync(packageDir);
const packagesInstalledToDep = ["@babel/polyfill", "@babel/runtime"];
const packagesInstalledToDep = ["@babel/runtime"];
const getWebsiteLink = n => `https://babeljs.io/docs/en/${n}`;
const getPackageJson = pkg => require(join(packageDir, pkg, "package.json"));
const getIssueLabelLink = l =>
@@ -36,7 +36,6 @@ const labels = {
"babel-cli": getIssueLabelLink("pkg: cli"),
"babel-core": getIssueLabelLink("pkg: core"),
"babel-generator": getIssueLabelLink("pkg: generator"),
"babel-polyfill": getIssueLabelLink("pkg: polyfill"),
"babel-preset-env": getIssueLabelLink("pkg: preset-env"),
"babel-register": getIssueLabelLink("pkg: register"),
"babel-template": getIssueLabelLink("pkg: template"),