Add v8_inspector support by ofrobots · Pull Request #6792 · nodejs/node · GitHub
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions configure
1 change: 1 addition & 0 deletions deps/v8_inspector/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
platform/v8_inspector/build/rjsmin.pyc
Empty file added deps/v8_inspector/.gitmodules
Empty file.
2 changes: 2 additions & 0 deletions deps/v8_inspector/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# v8_inspector
# v8_inspector

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Useful README is Useful ;-)

10 changes: 10 additions & 0 deletions deps/v8_inspector/deps/jinja2/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
*.so
docs/_build
*.pyc
*.pyo
*.egg-info
*.egg
build
dist
.DS_Store
.tox
24 changes: 24 additions & 0 deletions deps/v8_inspector/deps/jinja2/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"

install:
- pip install tox
script:
- tox -e \
$(echo $TRAVIS_PYTHON_VERSION | sed 's/^\([0-9]\)\.\([0-9]\).*/py\1\2/')

notifications:
email: false
irc:
channels:
- "chat.freenode.net#pocoo"
on_success: change
on_failure: always
use_notice: true
skip_join: true
33 changes: 33 additions & 0 deletions deps/v8_inspector/deps/jinja2/AUTHORS
Loading