New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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
  • Socket score

Version published
Weekly downloads
1
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc