Commit c1b48ea
* deps(deps): bump microsoft/typescript-go from `7c2dab6` to `fb0c169`
Bumps [microsoft/typescript-go](https://github.com/microsoft/typescript-go) from `7c2dab6` to `fb0c169`.
- [Commits](microsoft/typescript-go@7c2dab6...fb0c169)
---
updated-dependencies:
- dependency-name: microsoft/typescript-go
dependency-version: fb0c16962e82155ac2545f288ed52b2e11f5bff3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore(sync): mirror internal packages into pkg/ (auto) (#41)
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 6065201 commit c1b48ea
File tree
96 files changed
+2138
-882
lines changed- microsoft
- pkg
- ast
- checker
- compiler
- execute/incremental
- fourslash
- _scripts
- tests
- gen
- manual
- ls
- modulespecifiers
- module
- packagejson
- project
- symlinks
- testrunner
- transformers
- declarations
- tstransforms
- tspath
- testdata
- baselines/reference
- compiler
- submodule
- compiler
- conformance
- tsbuild/moduleSpecifiers
- tsc/declarationEmit
- tests/cases/compiler
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
96 files changed
+2138
-882
lines changedSubmodule typescript-go updated 97 files
- .custom-gcl.yml+1-1
- Herebyfile.mjs+7-8
- internal/ast/diagnostic.go+12
- internal/checker/checker_test.go-19
- internal/checker/nodebuilderimpl.go+4
- internal/compiler/checkerpool.go+1-2
- internal/compiler/emitHost.go+12-2
- internal/compiler/fileloader.go+9-3
- internal/compiler/filesparser.go+35
- internal/compiler/knownsymlinks.go-53
- internal/compiler/program.go+148-117
- internal/compiler/projectreferencedtsfakinghost.go+5-4
- internal/execute/incremental/program.go+1-1
- internal/fourslash/_scripts/failingTests.txt-3
- internal/fourslash/tests/foldingRangeJSXPropertyAccess_test.go+26
- internal/fourslash/tests/gen/autoImportPnpm_test.go+1-1
- internal/fourslash/tests/gen/autoImportSymlinkCaseSensitive_test.go+1-1
- internal/fourslash/tests/gen/importNameCodeFix_pnpm1_test.go+1-1
- internal/fourslash/tests/manual/completionInTernaryConditional_test.go+102
- internal/ls/completions.go+32
- internal/ls/folding.go+1-1
- internal/module/resolver.go+30-21
- internal/modulespecifiers/specifiers.go+69-57
- internal/modulespecifiers/specifiers_test.go+258
- internal/modulespecifiers/types.go+3-7
- internal/packagejson/packagejson.go+22
- internal/project/checkerpool.go-24
- internal/symlinks/knownsymlinks.go+123
- internal/symlinks/knownsymlinks_bench_test.go+71
- internal/symlinks/knownsymlinks_test.go+290
- internal/testrunner/compiler_runner.go+1-1
- internal/transformers/declarations/util.go+1-1
- internal/transformers/tstransforms/importelision_test.go+11-2
- internal/tspath/ignoredpaths.go+7-3
- internal/tspath/ignoredpaths_test.go+133
- internal/tspath/path.go+14
- internal/tspath/startsWithDirectory_test.go+177
- testdata/baselines/reference/compiler/declarationEmitSubpathImportsReexport.js+63
- testdata/baselines/reference/compiler/declarationEmitSubpathImportsReexport.symbols+36
- testdata/baselines/reference/compiler/declarationEmitSubpathImportsReexport.types+33
- testdata/baselines/reference/submodule/compiler/checkJsFiles6.errors.txt+6
- testdata/baselines/reference/submodule/compiler/checkJsFiles6.errors.txt.diff-15
- testdata/baselines/reference/submodule/compiler/computedEnumTypeWidening.js+1-1
- testdata/baselines/reference/submodule/compiler/computedEnumTypeWidening.js.diff+1-10
- testdata/baselines/reference/submodule/compiler/declarationEmitConstantNoWidening.js+1-1
- testdata/baselines/reference/submodule/compiler/declarationEmitConstantNoWidening.js.diff-8
- testdata/baselines/reference/submodule/compiler/declarationEmitEnumReadonlyProperty.js+1-1
- testdata/baselines/reference/submodule/compiler/declarationEmitEnumReadonlyProperty.js.diff-9
- testdata/baselines/reference/submodule/compiler/declarationEmitPrivateReadonlyLiterals.js+4-4
- testdata/baselines/reference/submodule/compiler/declarationEmitPrivateReadonlyLiterals.js.diff+1-11
- testdata/baselines/reference/submodule/compiler/declarationEmitReexportedSymlinkReference2.js+1-1
- testdata/baselines/reference/submodule/compiler/declarationEmitReexportedSymlinkReference2.js.diff-10
- testdata/baselines/reference/submodule/compiler/declarationEmitReexportedSymlinkReference3.errors.txt+60
- testdata/baselines/reference/submodule/compiler/declarationEmitReexportedSymlinkReference3.errors.txt.diff-64
- testdata/baselines/reference/submodule/compiler/declarationEmitReexportedSymlinkReference3.js+1-1
- testdata/baselines/reference/submodule/compiler/declarationEmitReexportedSymlinkReference3.js.diff+1-1
- testdata/baselines/reference/submodule/compiler/initializerWithThisPropertyAccess.js+2-2
- testdata/baselines/reference/submodule/compiler/initializerWithThisPropertyAccess.js.diff-13
- testdata/baselines/reference/submodule/compiler/isolatedDeclarationErrorsExpressions.js+7-7
- testdata/baselines/reference/submodule/compiler/isolatedDeclarationErrorsExpressions.js.diff+7-7
- testdata/baselines/reference/submodule/compiler/isolatedDeclarationsAddUndefined.js+2-2
- testdata/baselines/reference/submodule/compiler/isolatedDeclarationsAddUndefined.js.diff+2-2
- testdata/baselines/reference/submodule/compiler/jsFileCompilationWithoutJsExtensions.errors.txt+10
- testdata/baselines/reference/submodule/compiler/jsFileCompilationWithoutJsExtensions.errors.txt.diff-14
- testdata/baselines/reference/submodule/compiler/symlinkedWorkspaceDependenciesNoDirectLinkGeneratesDeepNonrelativeName.js+1-1
- testdata/baselines/reference/submodule/compiler/symlinkedWorkspaceDependenciesNoDirectLinkGeneratesDeepNonrelativeName.js.diff-8
- testdata/baselines/reference/submodule/compiler/symlinkedWorkspaceDependenciesNoDirectLinkGeneratesNonrelativeName.js+1-1
- testdata/baselines/reference/submodule/compiler/symlinkedWorkspaceDependenciesNoDirectLinkGeneratesNonrelativeName.js.diff-8
- testdata/baselines/reference/submodule/compiler/symlinkedWorkspaceDependenciesNoDirectLinkOptionalGeneratesNonrelativeName.js+1-1
- testdata/baselines/reference/submodule/compiler/symlinkedWorkspaceDependenciesNoDirectLinkOptionalGeneratesNonrelativeName.js.diff-8
- testdata/baselines/reference/submodule/compiler/symlinkedWorkspaceDependenciesNoDirectLinkPeerGeneratesNonrelativeName.js+1-1
- testdata/baselines/reference/submodule/compiler/symlinkedWorkspaceDependenciesNoDirectLinkPeerGeneratesNonrelativeName.js.diff-8
- testdata/baselines/reference/submodule/conformance/bundlerConditionsExcludesNode(module=esnext).errors.txt+44
- testdata/baselines/reference/submodule/conformance/bundlerConditionsExcludesNode(module=esnext).errors.txt.diff-48
- testdata/baselines/reference/submodule/conformance/bundlerConditionsExcludesNode(module=preserve).errors.txt+44
- testdata/baselines/reference/submodule/conformance/bundlerConditionsExcludesNode(module=preserve).errors.txt.diff-48
- testdata/baselines/reference/submodule/conformance/bundlerNodeModules1(module=esnext).errors.txt+12
- testdata/baselines/reference/submodule/conformance/bundlerNodeModules1(module=esnext).errors.txt.diff-23
- testdata/baselines/reference/submodule/conformance/bundlerNodeModules1(module=preserve).errors.txt+12
- testdata/baselines/reference/submodule/conformance/bundlerNodeModules1(module=preserve).errors.txt.diff-23
- testdata/baselines/reference/submodule/conformance/nodeModulesAtTypesPriority.errors.txt+34
- testdata/baselines/reference/submodule/conformance/nodeModulesAtTypesPriority.errors.txt.diff-38
- testdata/baselines/reference/submodule/conformance/nodeModulesExportsBlocksTypesVersions(module=node16).errors.txt+6
- testdata/baselines/reference/submodule/conformance/nodeModulesExportsBlocksTypesVersions(module=node16).errors.txt.diff-19
- testdata/baselines/reference/submodule/conformance/nodeModulesExportsBlocksTypesVersions(module=node18).errors.txt+6
- testdata/baselines/reference/submodule/conformance/nodeModulesExportsBlocksTypesVersions(module=node18).errors.txt.diff-19
- testdata/baselines/reference/submodule/conformance/nodeModulesExportsBlocksTypesVersions(module=node20).errors.txt+6
- testdata/baselines/reference/submodule/conformance/nodeModulesExportsBlocksTypesVersions(module=node20).errors.txt.diff-19
- testdata/baselines/reference/submodule/conformance/nodeModulesExportsBlocksTypesVersions(module=nodenext).errors.txt+6
- testdata/baselines/reference/submodule/conformance/nodeModulesExportsBlocksTypesVersions(module=nodenext).errors.txt.diff-19
- testdata/baselines/reference/submodule/conformance/resolvesWithoutExportsDiagnostic1(moduleresolution=bundler).errors.txt+24
- testdata/baselines/reference/submodule/conformance/resolvesWithoutExportsDiagnostic1(moduleresolution=bundler).errors.txt.diff-36
- testdata/baselines/reference/submodule/conformance/resolvesWithoutExportsDiagnostic1(moduleresolution=node16).errors.txt+24
- testdata/baselines/reference/submodule/conformance/resolvesWithoutExportsDiagnostic1(moduleresolution=node16).errors.txt.diff-38
- testdata/baselines/reference/tsbuild/moduleSpecifiers/synthesized-module-specifiers-across-projects-resolve-correctly.js+5-5
- testdata/baselines/reference/tsc/declarationEmit/when-pkg-references-sibling-package-through-indirect-symlink.js+10-2
- testdata/tests/cases/compiler/declarationEmitSubpathImportsReexport.ts+59
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
198 | 201 | | |
199 | 202 | | |
200 | 203 | | |
201 | 204 | | |
202 | 205 | | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
203 | 209 | | |
204 | 210 | | |
205 | 211 | | |
| |||
208 | 214 | | |
209 | 215 | | |
210 | 216 | | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
211 | 220 | | |
212 | 221 | | |
213 | 222 | | |
| |||
258 | 267 | | |
259 | 268 | | |
260 | 269 | | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
261 | 273 | | |
262 | 274 | | |
263 | 275 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | 64 | | |
84 | 65 | | |
85 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1206 | 1206 | | |
1207 | 1207 | | |
1208 | 1208 | | |
| 1209 | + | |
| 1210 | + | |
| 1211 | + | |
| 1212 | + | |
1209 | 1213 | | |
1210 | 1214 | | |
1211 | 1215 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
98 | 97 | | |
99 | 98 | | |
100 | 99 | | |
101 | | - | |
| 100 | + | |
102 | 101 | | |
103 | 102 | | |
104 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
| 10 | + | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
73 | | - | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
282 | 284 | | |
283 | 285 | | |
284 | 286 | | |
285 | 287 | | |
286 | | - | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
287 | 292 | | |
288 | 293 | | |
| 294 | + | |
289 | 295 | | |
290 | 296 | | |
291 | 297 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
64 | 94 | | |
65 | 95 | | |
66 | 96 | | |
| |||
319 | 349 | | |
320 | 350 | | |
321 | 351 | | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
322 | 357 | | |
323 | 358 | | |
324 | 359 | | |
| |||
This file was deleted.
0 commit comments