Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tsserver/
DdocumentRegistry.ts83 const updatedModuleContent = moduleFile.content + "\nexport const b: number;"; constant
84 host.writeFile(moduleFile.path, updatedModuleContent);
90 assert.equal(moduleInfo.cacheSourceFile!.sourceFile.text, updatedModuleContent);