multi-watch-tsc
TypeScript icon, indicating that this package has built-in type declarations

2.1.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i multi-watch-tsc

Weekly Downloads

14

Version

2.1.1

License

ISC

Unpacked Size

7.4 kB

Total Files

7

Last publish

Collaborators

  • nigelzor