Searched defs:nodeDir (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/deps/npm/node_modules/node-gyp/lib/ |
| D | create-config-gypi.js | 18 async function getBaseConfigGypi ({ gyp, nodeDir }) { field 38 async function getCurrentConfigGypi ({ gyp, nodeDir, vsInfo, python }) { property 39 const config = await getBaseConfigGypi({ gyp, nodeDir }) field 118 async function createConfigGypi ({ gyp, buildDir, nodeDir, vsInfo, python }) { property 124 const config = await getCurrentConfigGypi({ gyp, nodeDir, vsInfo, python }) property
|
| D | configure.js | 78 const configPath = await createConfigGypi({ gyp, buildDir, nodeDir, vsInfo, python }) property
|