{
  "version": 3,
  "sources": ["../../../../src/packages/plugin-commands-installation/errors.ts"],
  "sourcesContent": ["import { PnpmError } from '../error/index.ts';\n\nexport class IgnoredBuildsError extends PnpmError {\n  constructor(ignoredBuilds: string[]) {\n    super(\n      'IGNORED_BUILDS',\n      `Ignored build scripts: ${ignoredBuilds.join(', ')}`,\n      {\n        hint: 'Run \"pnpm approve-builds\" to pick which dependencies should be allowed to run scripts.',\n      }\n    );\n  }\n}\n"],
  "mappings": "AAAA,SAAS,iBAAiB;AAEnB,MAAM,2BAA2B,UAAU;AAAA,EAChD,YAAY,eAAyB;AACnC;AAAA,MACE;AAAA,MACA,0BAA0B,cAAc,KAAK,IAAI,CAAC;AAAA,MAClD;AAAA,QACE,MAAM;AAAA,MACR;AAAA,IACF;AAAA,EACF;AACF;",
  "names": []
}
