File tree
551 files changed
+47657
-6107
lines changed- .github
- ISSUE_TEMPLATE
- workflows
- src
- compiler
- transformers
- module
- jsTyping
- lib
- server
- services
- testRunner
- unittests
- evaluation
- helpers
- tsc
- tscWatch
- tsserver
- tsserver
- typingsInstallerCore
- tests
- baselines/reference
- api
- config/showConfig/Shows tsconfig for single option/allowPlugins
- showConfig/Shows tsconfig for single option/allowImportingTsExtensions
- tsc/moduleResolution
- tscWatch/moduleResolution
- tsserver
- autoImportProvider
- auxiliaryProject
- cancellationT
- completions
- completionsIncomplete
- configuredProjects
- dynamicFiles
- events
- largeFileReferenced
- projectLanguageServiceState
- projectLoading
- projectUpdatedInBackground
- exportMapCache
- externalProjects
- forceConsistentCasingInFileNames
- formatSettings
- getFileReferences
- getMoveToRefactoringFileSuggestions
- goToDefinition
- inconsistentErrorInEditor
- inconsistentErrorInEditor2
- inferredProjects
- inlayHints
- jsdocTag
- maxNodeModuleJsDepth
- moduleResolution
- moduleSpecifierCache
- openfile/when-file-makes-edits-to-add
- packageJsonInfo
- pluginsAsync
- projectErrors
- projectReferenceErrors
- projectReferences
- projects
- refactors
- reload
- reloadProjects
- rename
- resolutionCache
- skipLibCheck
- smartSelection
- symLinks
- telemetry
- typeAquisition
- typingsInstaller
- watchEnvironment
- cases
- compiler
- conformance
- classes/propertyMemberDeclarations
- es6/moduleExportsSystem
- expressions/typeSatisfaction
- jsdoc
- types
- tuple
- typeRelationships/typeInference
- fourslash
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
551 files changed
+47657
-6107
lines changedDiff for: .github/ISSUE_TEMPLATE/Bug_report.md
+3-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
| 46 | + | |
| 47 | + | |
50 | 48 |
| |
51 | 49 |
| |
52 | 50 |
| |
53 | 51 |
| |
54 | 52 |
| |
55 | 53 |
| |
56 | 54 |
| |
57 |
| - | |
| 55 | + | |
58 | 56 |
| |
59 | 57 |
| |
60 | 58 |
| |
|
Diff for: .github/workflows/ci.yml
+28-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| |||
202 | 202 |
| |
203 | 203 |
| |
204 | 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 | + |
Diff for: Herebyfile.mjs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
627 | 627 |
| |
628 | 628 |
| |
629 | 629 |
| |
630 |
| - | |
631 | 630 |
| |
632 | 631 |
| |
633 | 632 |
| |
|
Diff for: package-lock.json
+188-188
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: package.json
+4-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
87 |
| - | |
88 |
| - | |
| 86 | + | |
89 | 87 |
| |
90 | 88 |
| |
91 | 89 |
| |
| |||
110 | 108 |
| |
111 | 109 |
| |
112 | 110 |
| |
113 |
| - | |
| 111 | + | |
114 | 112 |
| |
115 |
| - | |
116 |
| - | |
| 113 | + | |
| 114 | + | |
117 | 115 |
| |
118 | 116 |
|
Diff for: src/compiler/builder.ts
+91-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| 25 | + | |
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
| |||
68 | 69 |
| |
69 | 70 |
| |
70 | 71 |
| |
| 72 | + | |
| 73 | + | |
71 | 74 |
| |
72 | 75 |
| |
| 76 | + | |
73 | 77 |
| |
74 | 78 |
| |
75 | 79 |
| |
| |||
103 | 107 |
| |
104 | 108 |
| |
105 | 109 |
| |
106 |
| - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
107 | 122 |
| |
108 | 123 |
| |
109 | 124 |
| |
| |||
364 | 379 |
| |
365 | 380 |
| |
366 | 381 |
| |
367 |
| - | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
368 | 388 |
| |
369 | 389 |
| |
370 | 390 |
| |
| |||
448 | 468 |
| |
449 | 469 |
| |
450 | 470 |
| |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
451 | 508 |
| |
452 | 509 |
| |
453 | 510 |
| |
| |||
474 | 531 |
| |
475 | 532 |
| |
476 | 533 |
| |
| 534 | + | |
477 | 535 |
| |
478 | 536 |
| |
479 |
| - | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
480 | 541 |
| |
481 | 542 |
| |
482 | 543 |
| |
| |||
1232 | 1293 |
| |
1233 | 1294 |
| |
1234 | 1295 |
| |
1235 |
| - | |
| 1296 | + | |
| 1297 | + | |
1236 | 1298 |
| |
1237 | 1299 |
| |
1238 | 1300 |
| |
| 1301 | + | |
| 1302 | + | |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
1239 | 1326 |
| |
1240 | 1327 |
| |
1241 | 1328 |
| |
|
0 commit comments