shamefully-hoist=true
phantomjs_cdnurl=https://npmmirror.com/mirrors/phantomjs
registry=https://registry.npmmirror.com
# Native modules (e.g. @parcel/watcher) require C++17.
# In CI, CXXFLAGS=-std=c++17 (Linux/macOS) and CL=/std:c++17 (Windows) are
# set before `pnpm install` so node-gyp compiles with the correct standard.
# For local builds on Linux/macOS you may need:
export CXXFLAGS="-std=c++17"
# For local builds on Windows you may need:
export CL="/std:c++17"
