Skip to content

[upstream:v8.8.0] Remove .js tools

Rodrigo Muino Tomonari requested to merge github/fork/v8/vee-eight-lkgr into master

Remove all tools/.*js files from build files since they are replaced by modules

The current approach of using (the also deprecated) js2c.py script will not work with modules since they require a proper notion of files. Node will have to implement a custom snapshot step as part of their build if they want to include the tools as they did so far or provide the V8 tools as a separate node.js package.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading