{"version":3,"file":"util.boilerplate-size.cjs","sources":["../../../../src/rules/limit-multi-line-comments/util.boilerplate-size.ts"],"sourcesContent":["export const SINGLE_LINE_BOILERPLATE_SIZE = 5; // i.e. '/**'.length + '*/'.length\nexport const MULTILINE_BOILERPLATE_SIZE = 2; // i.e. '/*'.length OR '*/'.length OR ' *'.length\nexport const FIRST_LINE_BOILERPLATE_SIZE = 3; // i.e. '/**'.length\n\nexport function getBoilerPlateSize(commentLines: string[]): number {\n  return commentLines.length === 1\n    ? SINGLE_LINE_BOILERPLATE_SIZE\n    : MULTILINE_BOILERPLATE_SIZE;\n}\n"],"names":[],"mappings":";;AAAO,MAAM,4BAAA,GAA+B;AACrC,MAAM,0BAAA,GAA6B;AACnC,MAAM,2BAAA,GAA8B;AAEpC,SAAS,mBAAmB,YAAA,EAAgC;AACjE,EAAA,OAAO,YAAA,CAAa,MAAA,KAAW,CAAA,GAC3B,4BAAA,GACA,0BAAA;AACN;;;;;;;"}