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

FullHuman / purgecss / 6677792066

28 Oct 2023 03:34PM UTC coverage: 92.031%. Remained the same
6677792066

push

github

web-flow
build(deps): bump typescript from 4.9.4 to 4.9.5 (#1159)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.4 to 4.9.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.4...v4.9.5)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

317 of 372 branches covered (0.0%)

Branch coverage included in aggregate %.

503 of 519 relevant lines covered (96.92%)

10603.71 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 = {
44✔
7
  css: [],
8
  content: [],
9
  defaultExtractor: (content: string): ExtractorResult =>
10
    content.match(/[A-Za-z0-9_-]+/g) || [],
110!
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