Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/various fixes #93

Closed
wants to merge 6 commits into from
Closed

Feat/various fixes #93

wants to merge 6 commits into from

Conversation

staeke
Copy link

@staeke staeke commented Sep 14, 2019

Fixes #92

  • ts-node-dev doesn't detach correctly from Chrome's debugger
  • No notification for uncaught process errors
  • No level on notifications (I prefer errors only)
  • Allow files to not exist that we establish a dependency on (uses chokidar)

Feel free to have opinions on implementation. Maybe there should be on option around the SIGTERM -> SIGINT

Also, I went with sending the notification from child-require-hook. Maybe it's cleaner to send something on IPC, and then notification. Any such comments - feel free to comment, and I'll fix

Also, as these are really 4 independent fixes, I could split them if preferred

@staeke
Copy link
Author

staeke commented Sep 16, 2019

ping @whitecolor , pls review

@wclr
Copy link
Owner

wclr commented Sep 17, 2019

It would be better to split what possible, pls.

@staeke
Copy link
Author

staeke commented Oct 4, 2019

@whitecolor sorry, missed your comment - will do

@staeke
Copy link
Author

staeke commented Oct 4, 2019

Separated out to other PRs so closing this

@staeke staeke closed this Oct 4, 2019
@staeke staeke deleted the feat/various-fixes branch October 4, 2019 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Debugger detach/notifications for uncaught errors/notification levels
2 participants