v8/tools/node
Yang Guo 46e450ed04 [node] also remove deleted files that are gitignored.
R=machenbach@chromium.org

Bug: v8:8584
Change-Id: If7947ef3e06e3808476625690227fe93b7728d7b
Reviewed-on: https://chromium-review.googlesource.com/c/1375649
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Yang Guo <yangguo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#58206}
2018-12-13 09:10:54 +00:00
..
testdata
build_gn.py
fetch_deps.py [node] also remove deleted files that are gitignored. 2018-12-13 09:10:54 +00:00
node_common.py [tools] Fix missing import in node script 2018-07-25 13:18:25 +00:00
README.md [tools] Remove node backport script and leave a readme 2018-11-09 14:08:43 +00:00
test_update_node.py
update_node.py [node] also remove deleted files that are gitignored. 2018-12-13 09:10:54 +00:00

Node.js Backports

We no longer maintain our own backport script.

For backporting V8 changes to Node.js, there is a useful script in node-core-utils. You can use the git node v8 backport command, which will bump the necessary V8 version numbers depending on the specific branch.

See the Node.js documentation on V8 backports for a guide.