Home
last modified time | relevance | path

Searched defs:nodeDir (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dcreate-config-gypi.js18 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
Dconfigure.js78 const configPath = await createConfigGypi({ gyp, buildDir, nodeDir, vsInfo, python }) property