Skip to content

c8

This plugin is always enabled.

This plugin adds argument parsing for the c8 binary. Configuration:

args: (args ) => args.filter(arg => arg !== 'check-coverage')
boolean: ["all", "check-coverage", "clean", "exclude-after-remap", "per-file", "skip-full"]
fromArgs: (parsed , args ) => (parsed._[0] ? argsFrom(args, parsed._[0]) : (parsed['--'] ?? []))

The configuration was generated from source code. Also see Script Parser.

This page was generated from the c8 plugin source code.

ISC License © 2024 Lars Kappert