Skip to content

Commit 9882993

Browse files
committed
Temp always verify incremental correctness
1 parent cbca491 commit 9882993

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/tsserver/nodeServer.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { incrementalVerifier } from "../harness/incrementalUtils";
12
import * as protocol from "../server/protocol";
23
import * as ts from "./_namespaces/ts";
34
import {
@@ -811,6 +812,7 @@ function startNodeSession(options: StartSessionOptions, logger: Logger, cancella
811812
logger,
812813
canUseEvents: true,
813814
typesMapLocation,
815+
incrementalVerifier,
814816
});
815817

816818
this.eventPort = eventPort;

src/tsserver/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
{ "path": "../services" },
1212
{ "path": "../jsTyping" },
1313
{ "path": "../server" },
14+
{ "path": "../harness" },
1415
],
1516
"include": ["**/*"]
1617
}

0 commit comments

Comments
 (0)