Skip to content

Commit 3680fb4

Browse files
committed
chore: update typescript-go submodule (#841)
1 parent a712148 commit 3680fb4

15 files changed

Lines changed: 132 additions & 289 deletions

e2e/fixtures/circular-project-references/project1/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"compilerOptions": {
33
"target": "es2022",
44
"module": "commonjs",
5-
"moduleResolution": "node",
65
"strict": true,
76
"rootDir": "src",
87
"outDir": "dist",

e2e/fixtures/circular-project-references/project2/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"compilerOptions": {
33
"target": "es2022",
44
"module": "commonjs",
5-
"moduleResolution": "node",
65
"strict": true,
76
"rootDir": "src",
87
"outDir": "dist",

internal/utils/find_tsconfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func NewTsConfigResolver(fs vfs.FS, currentDirectory string) *TsConfigResolver {
2828
configFileRegistryBuilder: project.NewConfigFileRegistryBuilder(
2929
project.TsGoLintNewSnapshotFSBuilder(fs, currentDirectory), &project.ConfigFileRegistry{}, project.NewExtendedConfigCache(), &project.SessionOptions{
3030
CurrentDirectory: currentDirectory,
31-
}, nil),
31+
}, "", nil),
3232
}
3333
}
3434

patches/0002-Adapt-project-service-for-single-run-mode.patch renamed to patches/0001-Adapt-project-service-for-single-run-mode.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
From efcb7751dfce939bd41fc3a73fb75c2f105f7968 Mon Sep 17 00:00:00 2001
1+
From 2dc01f4b491ee14e9b900abdedce1922449139c6 Mon Sep 17 00:00:00 2001
22
From: Cameron Clark <cameron.clark@hey.com>
33
Date: Fri, 14 Nov 2025 11:09:52 +0000
4-
Subject: [PATCH 2/6] Adapt project service for single run mode
4+
Subject: [PATCH 1/5] Adapt project service for single run mode
55

66
---
77
internal/project/project.go | 3 ++-
88
1 file changed, 2 insertions(+), 1 deletion(-)
99

1010
diff --git a/internal/project/project.go b/internal/project/project.go
11-
index 9631f2d82f..e1c356ee14 100644
11+
index 0131ff36cd..a262e7201f 100644
1212
--- a/internal/project/project.go
1313
+++ b/internal/project/project.go
1414
@@ -2,6 +2,7 @@ package project
@@ -19,7 +19,7 @@ index 9631f2d82f..e1c356ee14 100644
1919
"strings"
2020
"sync"
2121

22-
@@ -326,7 +327,7 @@ func (p *Project) CreateProgram() CreateProgramResult {
22+
@@ -339,7 +340,7 @@ func (p *Project) CreateProgram() CreateProgramResult {
2323
UseSourceOfProjectReference: true,
2424
TypingsLocation: typingsLocation,
2525
CreateCheckerPool: func(program *compiler.Program) compiler.CheckerPool {

patches/0001-Parallel-readDirectory-visitor.patch

Lines changed: 0 additions & 187 deletions
This file was deleted.

0 commit comments

Comments
 (0)