tsc-watch icon indicating copy to clipboard operation
tsc-watch copied to clipboard

The TypeScript compiler with --watch and a new onSuccess argument

Results 10 tsc-watch issues
Sort by recently updated
recently updated
newest added

I'm using tsc-watch with a command like this: ``` tsc-watch --pretty --preserveWatchOutput --onSuccess "node build" ``` In my application code I am handling `SIGTERM` like this: ```ts process.on('SIGTERM', ...) ```...

After running `tsc-watch`, on its own, from the CLI and trying to stop it, I'm always requiring an additional `Ctrl+C`. Also, when used alongside `concurrently`, the `SIGINT` and `SIGTERM` is...

As of typescript 4.4.4 (Needs to be verified) the help output was changed.

As the TypeScript compiler changes (the output messages), it would be nice to be able to run the unit tests with different version of tsc.

tsc-watch is based on compiler messages regular expressions wich fail when you use --locale typescript option.

help wanted

This fixes #87 by adding a check that happens before running the commands for events such as `onSuccess`. The check makes sure that there hasn't been another such event during...

Hi there. We are using this library to re compile a code after a change. We are using it on package.json. At the first time it compiles and run successfully...

For example when COMMAND is node executing a server script and that node process exits unexpectedly, it seems tsc-watch keeps running. Is it possible to somehow make tsc-watch also exit...

`tsc-watch` is often used to create run scripts because it makes it so convenient to programmatically run the compiler and connect/start multiple sources. In my case I have a really...

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies