Home
last modified time | relevance | path

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

/third_party/jsframework/mock-generate/src/generate/
DgenerateMockJsFile.ts182 const tmpImportPath = importPath.replace(/'/g, '').replace(/"/g, ''); constant
183 if (!tmpImportPath.startsWith('./') && !tmpImportPath.startsWith('../')) {
184 importPath = `'./${tmpImportPath}'`;