Searched refs:updatedModuleContent (Results 1 – 1 of 1) sorted by relevance
83 const updatedModuleContent = moduleFile.content + "\nexport const b: number;"; constant84 host.writeFile(moduleFile.path, updatedModuleContent);90 assert.equal(moduleInfo.cacheSourceFile!.sourceFile.text, updatedModuleContent);