iron-node
iron-node copied to clipboard
Debug Node.js code with Chrome Developer Tools.
Bumps [electron](https://github.com/electron/electron) from 2.0.0 to 18.3.7. Release notes Sourced from electron's releases. electron v18.3.7 Release Notes for v18.3.7 Fixes Fixed WCO not responding to touch events on windows. #35177 (Also...
Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 6.1.0. Release notes Sourced from css-what's releases. v6.1.0 feat: Support pseudo elements with data (#762) 3be227a https://github.com/fb55/css-what/compare/v6.0.1...v6.1.0 v6.0.1 Fix parsing column combinators after tag names...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.6.0 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
### Description Child Processes don't show in the logs or in the source. **Expected behavior:** I would think I would be able to see my child processes kicked off by...
### Description I use Typescript with a basePath setting, so that I can require my files from an absolute base path: ```ts import navigation from 'redux/interfaces/navigation' ``` This gets transpiled...
### Description I'm currently working on a nodes project that seems to crash Electron Helper when I hit cmd+R while devtools is paused at a debugger statement. ### Steps to...