MCPcopy Create free account
hub / github.com/taye/interact.js / getModuleDirectories

Function getModuleDirectories

scripts/utils.js:79–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77}
78
79function getModuleDirectories() {
80 return [path.join(__dirname, '..', 'packages'), path.join(process.cwd(), 'node_modules')]
81}
82
83async function getPackages(options) {
84 const packageJsonPaths = await glob('packages/{@interactjs/*,interactjs}/package.json', {

Callers 4

fixImportSourceFunction · 0.85
fixImportSourceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected