Searched refs:createBaseline (Results 1 – 11 of 11) sorted by relevance
/third_party/typescript/src/testRunner/unittests/tscWatch/ |
D | watchApi.ts | 20 const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(createWatchedSystem( 56 … const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(createWatchedSystem({ 125 const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(createWatchedSystem( 166 …const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(createWatchedSystem([config, ma… 210 const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline( 254 ...createBaseline(createWatchedSystem([config, mainFile, otherFile, libFile])), 517 const baseline = createBaseline(system);
|
D | resolutionCache.ts | 14 …const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(createWatchedSystem([root, impo… 97 …const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(createWatchedSystem([root, libF… 155 …const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(createWatchedSystem([root, impo…
|
D | consoleClearing.ts | 40 const baseline = createBaseline(createWatchedSystem(files));
|
D | sourceOfProjectReferenceRedirect.ts | 11 const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(
|
D | helpers.ts | 131 const { sys, baseline, oldSnap } = createBaseline(input.sys()); 170 …export function createBaseline(system: WatchedSystem, modifySystem?: (sys: WatchedSystem, original… function
|
D | incremental.ts | 31 …const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(createWatchedSystem(files(), { …
|
D | programUpdates.ts | 529 …const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(createWatchedSystem([libFile, f… 1091 …const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(createWatchedSystem([f, libFile…
|
/third_party/typescript/src/testRunner/unittests/tsbuildWatch/ |
D | publicApi.ts | 43 …const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(createWatchedSystem([libFile, s…
|
D | watchEnvironment.ts | 15 const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(system);
|
D | programUpdates.ts | 75 …const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(createWatchedSystem(allFiles, {…
|
/third_party/typescript/src/testRunner/unittests/tsc/ |
D | cancellationToken.ts | 38 const { sys, baseline, oldSnap: originalSnap } = createBaseline(createWatchedSystem(
|