Home
last modified time | relevance | path

Searched defs:baselinePrograms (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsc/
Dhelpers.ts31 baselinePrograms?: boolean; property
78 if (modifyFs) modifyFs(inputFs);
79 inputFs.makeReadonly();
/third_party/typescript/src/testRunner/unittests/tscWatch/
Dhelpers.ts437 …export function baselinePrograms(baseline: string[], getPrograms: () => readonly CommandLineProgra… function