{"version":3,"file":"fix.overflow.cjs","sources":["../../../../src/rules/limit-single-line-comments/fix.overflow.ts"],"sourcesContent":["import type { TSESLint, TSESTree } from \"@typescript-eslint/utils\";\n\nimport type { Context } from \"../../typings.context.js\";\n\nimport { formatBlock } from \"./util.format-block.js\";\n\nexport function fixOverflow(\n  fixer: TSESLint.RuleFixer,\n  fixableComment: TSESTree.LineComment,\n  context: Context,\n) {\n  const newValue = formatBlock(fixableComment, context);\n\n  return fixer.replaceTextRange(context.comment.range, newValue);\n}\n"],"names":["formatBlock"],"mappings":";;;;AAMO,SAAS,WAAA,CACd,KAAA,EACA,cAAA,EACA,OAAA,EACA;AACA,EAAA,MAAM,QAAA,GAAWA,4BAAA,CAAY,cAAA,EAAgB,OAAO,CAAA;AAEpD,EAAA,OAAO,KAAA,CAAM,gBAAA,CAAiB,OAAA,CAAQ,OAAA,CAAQ,OAAO,QAAQ,CAAA;AAC/D;;;;"}