-
Notifications
You must be signed in to change notification settings - Fork 61
Comparing changes
Open a pull request
base repository: gilamran/tsc-watch
base: v5.0.3
head repository: gilamran/tsc-watch
compare: 9d1bd0b24f5d37a8e4a4bc3a5988520906ec8f52
Commits on Mar 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5b8a586 - Browse repository at this point
Copy the full SHA 5b8a586View commit details
Commits on Mar 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bddb2ab - Browse repository at this point
Copy the full SHA bddb2abView commit details -
Configuration menu - View commit details
-
Copy full SHA for a78852b - Browse repository at this point
Copy the full SHA a78852bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3fe378 - Browse repository at this point
Copy the full SHA e3fe378View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0058c8 - Browse repository at this point
Copy the full SHA d0058c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41f58c6 - Browse repository at this point
Copy the full SHA 41f58c6View commit details
Commits on Mar 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f25fe9b - Browse repository at this point
Copy the full SHA f25fe9bView commit details
Commits on Mar 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d231c6a - Browse repository at this point
Copy the full SHA d231c6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7a0957 - Browse repository at this point
Copy the full SHA f7a0957View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fb0f37 - Browse repository at this point
Copy the full SHA 2fb0f37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dac2ee - Browse repository at this point
Copy the full SHA 2dac2eeView commit details
Commits on Apr 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f6a843c - Browse repository at this point
Copy the full SHA f6a843cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3b9aa0 - Browse repository at this point
Copy the full SHA e3b9aa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcc018f - Browse repository at this point
Copy the full SHA dcc018fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9b758b - Browse repository at this point
Copy the full SHA f9b758bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4116ba1 - Browse repository at this point
Copy the full SHA 4116ba1View commit details
Commits on Apr 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b751042 - Browse repository at this point
Copy the full SHA b751042View commit details -
fix: TscWatchClient default tscWatchPath didn't work properly
client and tsc-watch are now in sibling folders
Configuration menu - View commit details
-
Copy full SHA for 341a4c9 - Browse repository at this point
Copy the full SHA 341a4c9View commit details -
feat(136): repeat tsc exit process signal and stderr
- pipe tsc stderr output to visualize fatal crashes - exit process with same signal (SIGKILL, SIGABRT, ...)
Configuration menu - View commit details
-
Copy full SHA for 6ea20fc - Browse repository at this point
Copy the full SHA 6ea20fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33ecac3 - Browse repository at this point
Copy the full SHA 33ecac3View commit details -
Handle signalEmittedFiles to watch emitted files silently
--signalEmittedFiles will add support for `file_emitted` leaving output cleaner
Configuration menu - View commit details
-
Copy full SHA for 5eefd16 - Browse repository at this point
Copy the full SHA 5eefd16View commit details
Commits on Apr 17, 2022
-
will allow print param to be more easily extended print(lint, <optional_params>)
Configuration menu - View commit details
-
Copy full SHA for 81c3159 - Browse repository at this point
Copy the full SHA 81c3159View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32f095f - Browse repository at this point
Copy the full SHA 32f095fView commit details
Commits on Apr 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ce7ac78 - Browse repository at this point
Copy the full SHA ce7ac78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f88210 - Browse repository at this point
Copy the full SHA 9f88210View commit details -
don't turn signalEmittedFiles (hides TSFILE output) when --listEmitte…
…dFiles is on See #148 (comment)
Configuration menu - View commit details
-
Copy full SHA for c8a34c0 - Browse repository at this point
Copy the full SHA c8a34c0View commit details
Commits on May 9, 2022
-
- Parse signalEmittedFiles and listEmittedFiles individually - Transmit to print those 2 params - Move the hide logic inside the print function
Configuration menu - View commit details
-
Copy full SHA for ab461f7 - Browse repository at this point
Copy the full SHA ab461f7View commit details
Commits on Jun 13, 2022
-
Merge pull request #147 from pp0rtal/v6-better-error-handling
feat(136): improve error handling on tsc fatal signals
Gil Amran authoredJun 13, 2022 Configuration menu - View commit details
-
Copy full SHA for 7934f23 - Browse repository at this point
Copy the full SHA 7934f23View commit details -
Merge pull request #148 from pp0rtal/v6-signalEmittedFiles
feat(140): add `--signalEmittedFiles` and trigger `file_emitted` silently
Gil Amran authoredJun 13, 2022 Configuration menu - View commit details
-
Copy full SHA for 8fdbb51 - Browse repository at this point
Copy the full SHA 8fdbb51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b05a38 - Browse repository at this point
Copy the full SHA 5b05a38View commit details
Commits on Jun 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4495ba1 - Browse repository at this point
Copy the full SHA 4495ba1View commit details -
fix: call
listEmittedFiles
after tsc2 problems: - listEmittedFiles was written before tsc bin (crash) - listEmittedFiles was not rewritten if explicitly set because extractArgs removes it from args /!\ Example of a good call: node --node-params ./node_modules/.bin/tsc --tsc-param The 1-line assignment should make this order clearer
Configuration menu - View commit details
-
Copy full SHA for 98e1746 - Browse repository at this point
Copy the full SHA 98e1746View commit details -
Configuration menu - View commit details
-
Copy full SHA for cadf5cc - Browse repository at this point
Copy the full SHA cadf5ccView commit details
Commits on Jun 15, 2022
-
Merge pull request #151 from pp0rtal/v6-145-looses-fixes
fix: v6 fixes
Gil Amran authoredJun 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 7af10d3 - Browse repository at this point
Copy the full SHA 7af10d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c37a01 - Browse repository at this point
Copy the full SHA 8c37a01View commit details
Commits on Sep 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 53f8dad - Browse repository at this point
Copy the full SHA 53f8dadView commit details
Commits on Oct 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for edba3a0 - Browse repository at this point
Copy the full SHA edba3a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d1bd0b - Browse repository at this point
Copy the full SHA 9d1bd0bView commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.