mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
8f00455c51
This implementation switches to V8 inspector from the V8 repository. The new inspector integration is now using final APIs and exposes a stable wire protocol, removing the need for pointing the users to specific devtools version. PR-URL: https://github.com/nodejs/node/pull/9028 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> |
||
---|---|---|
.. | ||
include | ||
src/inspector | ||
third_party | ||
README.md |
V8 Inspector support for Node.js
This repository is an intermediate repository that gathers the dependencies for Node.js support for the [Chrome Debug Protocol][https://developer.chrome.com/devtools/docs/debugger-protocol].
- include: vendored from v8/include
- src/inspector: vendored from v8/src/inspector
- third_party/WebKit/platform/inspector_protocol: vendored from https://chromium.googlesource.com/chromium/src/third_party/WebKit/Source/platform/inspector_protocol
- third_party/jinja2: vendored from https://github.com/mitsuhiko/jinja2
- The
tests/
directoryext/jinja.el
file have been deleted.
- The
- third_party/markupsafe: vendored from https://github.com/mitsuhiko/markupsafe