gulp-tsb

  • Version 4.0.6
  • Published
  • 104 kB
  • 4 dependencies
  • MIT license

Install

npm i gulp-tsb
yarn add gulp-tsb
pnpm add gulp-tsb

Overview

A gulp plugin for very fast TypeScript compilation.

Index

Functions

function create

create: (
projectPath: string,
existingOptions: ts.CompilerOptions,
verbose?: boolean,
onError?: (message: string) => void
) => IncrementalCompiler;

    Interfaces

    interface IncrementalCompiler

    interface IncrementalCompiler {}

      method src

      src: (opts?: { cwd?: string; base?: string }) => Readable;

        call signature

        (token?: any): Readable & Writable;

          Package Files (1)

          Dependencies (4)

          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/gulp-tsb.

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