Searched refs:tmpImportPath (Results 1 – 1 of 1) sorted by relevance
182 const tmpImportPath = importPath.replace(/'/g, '').replace(/"/g, ''); constant183 if (!tmpImportPath.startsWith('./') && !tmpImportPath.startsWith('../')) {184 importPath = `'./${tmpImportPath}'`;