Searched refs:nextModuleName (Results 1 – 1 of 1) sorted by relevance
43 const nextModuleName = matched.star ? alias.replace('*', matched.star) : alias; constant45 if (/\.d\.ts$/.test(nextModuleName)) continue;47 const possibleResult = path.join(config.baseUrl, nextModuleName);