Commit 8e9cd76
* deps(deps): bump microsoft/typescript-go from `18bbf2f` to `dc6ce07`
Bumps [microsoft/typescript-go](https://github.com/microsoft/typescript-go) from `18bbf2f` to `dc6ce07`.
- [Commits](microsoft/typescript-go@18bbf2f...dc6ce07)
---
updated-dependencies:
- dependency-name: microsoft/typescript-go
dependency-version: dc6ce076f4d0813005b87b3fb7e976b627c47a2c
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore(sync): mirror internal packages into pkg/ (auto) (#37)
Co-authored-by: buke <1013738+buke@users.noreply.github.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: buke <1013738+buke@users.noreply.github.com>
1 parent 4d92bfa commit 8e9cd76
File tree
86 files changed
+3897
-530
lines changed- microsoft
- pkg
- checker
- compiler
- diagnostics
- loc
- execute
- incremental
- tsctests
- fourslash
- _scripts
- tests
- gen
- manual
- lsp
- ls
- printer
- testrunner
- tspath
- testdata/baselines/reference
- submodule
- compiler
- conformance
- tsc
- forceConsistentCasingInFileNames
- incremental
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
86 files changed
+3897
-530
lines changedSubmodule typescript-go updated 87 files
- .vscode/launch.template.json-2
- _extension/src/extension.ts+22-8
- internal/checker/checker.go+142-167
- internal/checker/types.go+4-6
- internal/compiler/fileloader.go+9-127
- internal/compiler/filesparser.go+218-96
- internal/compiler/includeprocessor.go+27
- internal/compiler/processingDiagnostic.go+1-1
- internal/compiler/program.go+4-3
- internal/diagnostics/diagnostics_generated.go+3-3
- internal/diagnostics/extraDiagnosticMessages.json+4
- internal/diagnostics/loc/cs-CZ.json.gz
- internal/diagnostics/loc/de-DE.json.gz
- internal/diagnostics/loc/es-ES.json.gz
- internal/diagnostics/loc/fr-FR.json.gz
- internal/diagnostics/loc/it-IT.json.gz
- internal/diagnostics/loc/ja-JP.json.gz
- internal/diagnostics/loc/ko-KR.json.gz
- internal/diagnostics/loc/pl-PL.json.gz
- internal/diagnostics/loc/pt-BR.json.gz
- internal/diagnostics/loc/ru-RU.json.gz
- internal/diagnostics/loc/tr-TR.json.gz
- internal/diagnostics/loc/zh-CN.json.gz
- internal/diagnostics/loc/zh-TW.json.gz
- internal/execute/incremental/snapshottobuildinfo.go+1-9
- internal/execute/tsctests/tsc_test.go+135
- internal/fourslash/_scripts/convertFourslash.mts+60-1
- internal/fourslash/_scripts/manualTests.txt+4
- internal/fourslash/fourslash.go+49
- internal/fourslash/tests/gen/correuptedTryExpressionsDontCrashGettingOutlineSpans_test.go+23
- internal/fourslash/tests/gen/getOutliningForArrayDestructuring_test.go+56
- internal/fourslash/tests/gen/getOutliningForBlockComments_test.go+347
- internal/fourslash/tests/gen/getOutliningForObjectDestructuring_test.go+50
- internal/fourslash/tests/gen/getOutliningForObjectsInArray_test.go+64
- internal/fourslash/tests/gen/getOutliningForSingleLineComments_test.go+100
- internal/fourslash/tests/gen/getOutliningForTupleType_test.go+31
- internal/fourslash/tests/gen/getOutliningForTypeLiteral_test.go+36
- internal/fourslash/tests/gen/getOutliningSpansDepthChainedCalls_test.go+126
- internal/fourslash/tests/gen/getOutliningSpansDepthElseIf_test.go+99
- internal/fourslash/tests/gen/getOutliningSpansForComments_test.go+32
- internal/fourslash/tests/gen/getOutliningSpansForImports_test.go+32
- internal/fourslash/tests/gen/getOutliningSpansForRegionsNoSingleLineFolds_test.go+32
- internal/fourslash/tests/gen/getOutliningSpansForRegions_test.go+65
- internal/fourslash/tests/gen/getOutliningSpansForTemplateLiteral_test.go+32
- internal/fourslash/tests/gen/getOutliningSpansForUnbalancedEndRegion_test.go+23
- internal/fourslash/tests/gen/getOutliningSpansForUnbalancedRegion_test.go+23
- internal/fourslash/tests/gen/outlineSpansBlockCommentsWithoutStatements_test.go+19
- internal/fourslash/tests/gen/outlineSpansTrailingBlockCommentsAfterStatements_test.go+20
- internal/fourslash/tests/gen/outliningSpansForArguments_test.go+30
- internal/fourslash/tests/gen/outliningSpansForArrowFunctionBody_test.go+27
- internal/fourslash/tests/gen/outliningSpansForFunction_test.go+96
- internal/fourslash/tests/gen/outliningSpansForImportAndExportAttributes_test.go+60
- internal/fourslash/tests/gen/outliningSpansForImportsAndExports_test.go+60
- internal/fourslash/tests/gen/outliningSpansForParenthesizedExpression_test.go+45
- internal/fourslash/tests/gen/outliningSpansSwitchCases_test.go+49
- internal/fourslash/tests/manual/getOutliningSpans_test.go+140
- internal/fourslash/tests/manual/incrementalParsingWithJsDoc_test.go+24
- internal/fourslash/tests/manual/outliningForNonCompleteInterfaceDeclaration_test.go+17
- internal/fourslash/tests/manual/outliningHintSpansForFunction_test.go+28
- internal/ls/completions.go+5-5
- internal/ls/documenthighlights.go+5-5
- internal/ls/findallreferences.go+2-2
- internal/ls/folding.go+533
- internal/ls/inlay_hints.go+2-2
- internal/ls/utilities.go+3-58
- internal/lsp/server.go+11
- internal/printer/printer.go+1-1
- internal/printer/utilities.go+5-5
- internal/testrunner/compiler_runner.go-11
- internal/tspath/path.go+6
- internal/tspath/path_test.go+8
- testdata/baselines/reference/submodule/compiler/incrementalInvalid.errors.txt+8
- testdata/baselines/reference/submodule/compiler/incrementalInvalid.errors.txt.diff+7-5
- testdata/baselines/reference/submodule/conformance/importEquals3.errors.txt+1-5
- testdata/baselines/reference/submodule/conformance/importEquals3.errors.txt.diff+28
- testdata/baselines/reference/submodule/conformance/typeOnlyMerge3.errors.txt+1-13
- testdata/baselines/reference/submodule/conformance/typeOnlyMerge3.errors.txt.diff+32
- testdata/baselines/reference/submodule/conformance/umd-augmentation-3.types+1-1
- testdata/baselines/reference/submodule/conformance/umd-augmentation-3.types.diff+10-1
- testdata/baselines/reference/submodule/conformance/umd-augmentation-4.types+1-1
- testdata/baselines/reference/submodule/conformance/umd-augmentation-4.types.diff+10-1
- testdata/baselines/reference/tsc/forceConsistentCasingInFileNames/two-files-exist-on-disk-that-differs-only-in-casing.js+72
- testdata/baselines/reference/tsc/forceConsistentCasingInFileNames/when-file-is-included-from-multiple-places-with-different-casing.js+315
- testdata/baselines/reference/tsc/forceConsistentCasingInFileNames/with-relative-and-non-relative-file-resolutions.js+75
- testdata/baselines/reference/tsc/forceConsistentCasingInFileNames/with-triple-slash-ref-from-file.js+53
- testdata/baselines/reference/tsc/forceConsistentCasingInFileNames/with-type-ref-from-file.js+58
- testdata/baselines/reference/tsc/incremental/Compile-incremental-with-case-insensitive-file-names.js+196
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
155 | 153 | | |
156 | 154 | | |
157 | 155 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
135 | 136 | | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
| 137 | + | |
254 | 138 | | |
255 | 139 | | |
256 | 140 | | |
| |||
466 | 350 | | |
467 | 351 | | |
468 | 352 | | |
469 | | - | |
470 | | - | |
471 | | - | |
472 | | - | |
473 | | - | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
474 | 357 | | |
475 | 358 | | |
476 | 359 | | |
| |||
566 | 449 | | |
567 | 450 | | |
568 | 451 | | |
569 | | - | |
570 | | - | |
571 | | - | |
572 | | - | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
573 | 455 | | |
574 | 456 | | |
575 | 457 | | |
| |||
0 commit comments