tree: bcc5ebbee7eb74f2afc5f8301575168c7eb5a4df [path history] [tgz]
  1. testdata/
  2. backport_node.py
  3. build_gn.py
  4. fetch_deps.py
  5. node_common.py
  6. README.md
  7. test_backport_node.py
  8. test_update_node.py
  9. update_node.py
src/v8/tools/node/README.md

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.