We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de6b0d commit 6bfad52Copy full SHA for 6bfad52
1 file changed
src/harness/unittests/tsserverProjectSystem.ts
@@ -4412,9 +4412,9 @@ namespace ts.projectSystem {
4412
fileName: "/a.ts",
4413
textChanges: [
4414
{
4415
- start: { line: 2, offset: 1 },
4416
- end: { line: 3, offset: 1 },
4417
- newText: " newFunction();\n",
+ start: { line: 2, offset: 3 },
+ end: { line: 2, offset: 5 },
+ newText: "newFunction();",
4418
},
4419
4420
start: { line: 3, offset: 2 },
0 commit comments