🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

multi-watch-tsc

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multi-watch-tsc

multi-watch-tsc [![Build Status](https://travis-ci.org/nigelzor/multi-watch-tsc.svg?branch=master)](https://travis-ci.org/nigelzor/multi-watch-tsc) ===============

2.1.1
latest
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

multi-watch-tsc Build Status

a replacement for lerna run --stream --parallel

motivation:

  • runs the first compile in order, spawning additional workers when appropriate
    • when projects have inter-dependencies, ordering is important
    • spawning dozens of tsc instances simultaneously slows things to a crawl
  • avoids vm overhead of running tsc per-project

of course, the tradeoff is that it loses any speedup from parallel compilation

usage:

  • npm i -g multi-watch-tsc / yarn global add multi-watch-tsc
  • in your workspace, run TSC_NONPOLLING_WATCHER=1 multi-watch-tsc packages/*/tsconfig.json

FAQs

Package last updated on 22 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts