tree: 5d440f1665af7112e37cc10243aba6eb9fc2e2f2 [path history] [tgz]
  1. testdata/
  2. build_gn.py
  3. fetch_deps.py
  4. node_common.py
  5. README.md
  6. test_update_node.py
  7. update_node.py
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.