Commit 7ac361b
committed
fix(migrations): properly resolve directory scan paths in ts ServerHost
Those are used in loading project files from a tsconfig include pattern
like `"include": ["**/*"]` and caused candidate configured project to
fail to reach sub-dirs/files, thus failing to associate with child
script infos and be discarded. That in turn orphaned script infos or
incorrectly assigned them to inferred projects.1 parent 679148f commit 7ac361b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments