File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# ts-node-dev changelog
22
3+ ## 1.0.0-pre.64 (2020-10-14)
4+
5+ - add --quite option to silent [ INFO] messages
6+
37## 1.0.0-pre.63 (2020-09-22)
48
59- fix --cache-directory flag
Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ Look up flags and options can be used [in ts-node's docs](https://github.com/Typ
4242
4343* ` --deps ` - Also watch ` node_modules ` ; by default watching is turned off
4444
45- * ` --debug ` - Some additional debug output
45+ * ` --debug ` - Some additional [ DEBUG] output
46+ * ` --quite ` - Silent [ INFO] messages
4647* ` --interval ` - Polling interval (ms) - DOESN'T WORK CURRENTLY
4748* ` --debounce ` - Debounce file change events (ms, non-polling mode)
4849* ` --clear ` (` --cls ` ) - Will clear screen on restart
Original file line number Diff line number Diff line change 11{
22 "name" : " ts-node-dev" ,
3- "version" : " 1.0.0-pre.63 " ,
3+ "version" : " 1.0.0-pre.64 " ,
44 "description" : " Compiles your TS app and restarts when files are modified." ,
55 "keywords" : [
66 " restart" ,
You can’t perform that action at this time.
0 commit comments