We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dee60f commit 4a07ee7Copy full SHA for 4a07ee7
1 file changed
src/harness/compilerRunner.ts
@@ -251,7 +251,6 @@ class CompilerBaselineRunner extends RunnerBase {
251
const allFiles = toBeCompiled.concat(otherFiles).filter(file => !!program.getSourceFile(file.unitName));
252
253
const fullWalker = new TypeWriterWalker(program, /*fullTypeCheck*/ true);
254
- const pullWalker = new TypeWriterWalker(program, /*fullTypeCheck*/ false);
255
256
const fullResults: ts.Map<TypeWriterResult[]> = {};
257
const pullResults: ts.Map<TypeWriterResult[]> = {};
0 commit comments