node
node copied to clipboard
tools: make use of modern syntax in `tools/install.py`
From my perspective, this file relies on several outdated or redundant practices, including:
- Using
os.rm...instead ofos.unlink - Not utilizing f-strings
- Manually listing V8 headers
If there is a reason for this, feel free to let me know :-)