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

FullHuman / purgecss / 4851732933

01 May 2023 02:00PM UTC coverage: 86.679%. Remained the same
4851732933

Pull #1107

github

GitHub
Merge d4daf2632 into 152ccba46
Pull Request #1107: build(deps-dev): bump grunt from 1.5.3 to 1.6.1

317 of 372 branches covered (85.22%)

Branch coverage included in aggregate %.

145 of 161 relevant lines covered (90.06%)

333.12 hits per line

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

75.0
/packages/purgecss/src/options.ts
1
import { ExtractorResult, Options } from "./types/";
2

3
/**
4
 * @public
5
 */
6
export const defaultOptions: Options = {
22✔
7
  css: [],
8
  content: [],
9
  defaultExtractor: (content: string): ExtractorResult =>
10
    content.match(/[A-Za-z0-9_-]+/g) || [],
55!
11
  extractors: [],
12
  fontFace: false,
13
  keyframes: false,
14
  rejected: false,
15
  rejectedCss: false,
16
  sourceMap: false,
17
  stdin: false,
18
  stdout: false,
19
  variables: false,
20
  safelist: {
21
    standard: [],
22
    deep: [],
23
    greedy: [],
24
    variables: [],
25
    keyframes: [],
26
  },
27
  blocklist: [],
28
  skippedContentGlobs: [],
29
  dynamicAttributes: [],
30
};
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