fork-ts-checker-notifier-webpack-plugin

  • Version 9.0.0
  • Published
  • 19.9 kB
  • 1 dependency
  • MIT license

Install

npm i fork-ts-checker-notifier-webpack-plugin
yarn add fork-ts-checker-notifier-webpack-plugin
pnpm add fork-ts-checker-notifier-webpack-plugin

Overview

a notifier for users of fork-ts-checker-webpack-plugin

Index

Classes

class ForkTsCheckerNotifierWebpackPlugin

class ForkTsCheckerNotifierWebpackPlugin {}

    constructor

    constructor(options?: Options);

      property compilationDone

      compilationDone: (issues: Issue[]) => Issue[];

        property isFirstBuild

        isFirstBuild: boolean;

          property lastBuildSucceeded

          lastBuildSucceeded: boolean;

            property options

            options: Options;

              property titlePrefix

              titlePrefix: string;

                method apply

                apply: (compiler: Compiler) => void;

                  method buildNotification

                  buildNotification: (
                  issues: Issue[]
                  ) => { title: string; message: string; icon: string } | undefined;

                    Package Files (1)

                    Dependencies (1)

                    Dev Dependencies (14)

                    Peer Dependencies (1)

                    Badge

                    To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

                    You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/fork-ts-checker-notifier-webpack-plugin.

                    • Markdown
                      [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/fork-ts-checker-notifier-webpack-plugin)
                    • HTML
                      <a href="https://www.jsdocs.io/package/fork-ts-checker-notifier-webpack-plugin"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>