Searched refs:emptyFileRelativePath (Results 1 – 1 of 1) sorted by relevance
21 const emptyFileRelativePath = "./" + emptyFileName; constant43 const program = createProgram([emptyFileRelativePath], options, testCompilerHost);61 …const program = createProgram(["./nonexistent0.ts", emptyFileRelativePath, "./nonexistent1.ts"], o…