tsc-watch

  • Version 6.2.1
  • Published
  • 34.7 kB
  • 4 dependencies
  • MIT license

Install

npm i tsc-watch
yarn add tsc-watch
pnpm add tsc-watch

Overview

The TypeScript compiler with onSuccess command

Index

Classes

class TscWatchClient

class TscWatchClient extends EventEmitter {}

    constructor

    constructor(tscWatchPath?: string);

      method kill

      kill: () => void;

        method runOnCompilationCompleteCommand

        runOnCompilationCompleteCommand: () => void;

          method runOnCompilationStartedCommand

          runOnCompilationStartedCommand: () => void;

            method runOnEmitCommand

            runOnEmitCommand: () => void;

              method runOnFailureCommand

              runOnFailureCommand: () => void;

                method runOnFirstSuccessCommand

                runOnFirstSuccessCommand: () => void;

                  method runOnSuccessCommand

                  runOnSuccessCommand: () => void;

                    method start

                    start: (...args: string[]) => void;

                      Package Files (2)

                      Dependencies (4)

                      Dev Dependencies (11)

                      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/tsc-watch.

                      • Markdown
                        [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/tsc-watch)
                      • HTML
                        <a href="https://www.jsdocs.io/package/tsc-watch"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>