Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/
DprogramApi.ts21 const emptyFileRelativePath = "./" + emptyFileName; constant
43 const program = createProgram([emptyFileRelativePath], options, testCompilerHost);
61 …const program = createProgram(["./nonexistent0.ts", emptyFileRelativePath, "./nonexistent1.ts"], o…