Home
last modified time | relevance | path

Searched refs:findModuleMain (Results 1 – 1 of 1) sorted by relevance

/third_party/weex-loader/deps/weex-scripter/lib/
Drequire-parse.js13 return findModuleMain(path.resolve(pathBase, searchPath))
18 var modulePath = findModuleMain(path.resolve(pathBase, 'node_modules', searchPath))
31 resolvedPath = findModuleMain(path.resolve(nodePaths[i], rawPath))
42 function findModuleMain(absModulePath) { function