• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

hexojs / hexo-util / 16651986209

31 Jul 2025 02:35PM UTC coverage: 73.036% (-23.8%) from 96.875%
16651986209

Pull #426

github

web-flow
Merge e24598988 into d497bc760
Pull Request #426: build: restructure for dual ESM/CJS output, update tooling, and enhance utilities

811 of 1128 branches covered (71.9%)

1594 of 2028 new or added lines in 40 files covered. (78.6%)

6 existing lines in 1 file now uncovered.

5290 of 7243 relevant lines covered (73.04%)

69.13 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/lib/types.ts
NEW
1
export interface InternalHighlightOptions {
×
NEW
2
  autoDetect?: boolean;
×
NEW
3
  caption?: string;
×
NEW
4
  firstLine?: number;
×
NEW
5
  gutter?: boolean;
×
NEW
6
  hljs?: boolean;
×
NEW
7
  lang?: string;
×
NEW
8
  language?: string; // for backward compatibility
×
NEW
9
  languageAttr?: boolean;
×
NEW
10
  mark?: number[];
×
NEW
11
  tab?: string;
×
NEW
12
  wrap?: boolean;
×
NEW
13
  stripIndent?: boolean;
×
NEW
14
}
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc