File tree
514 files changed
+3298
-2456
lines changed- .github/workflows
- _submodules
- _tools/customlint
- testdata
- shadow
- unexportedapi
- internal
- ast
- binder
- checker
- compiler
- core
- diagnostics
- execute
- build
- incremental
- tsctests
- format
- fourslash
- _scripts
- tests/gen
- lsp
- ls
- parser
- pprof
- project
- repo
- transformers/declarations
- tsoptions
- vfs
- testdata
- baselines/reference
- compiler
- fourslash/goToDefinition
- submoduleAccepted
- compiler
- conformance
- submodule
- compiler
- conformance
- tsbuild
- commandLine
- javascriptProjectEmit
- tsc/commandLine
- 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.
514 files changed
+3298
-2456
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
247 | 256 | | |
248 | 257 | | |
249 | 258 | | |
| |||
Submodule TypeScript updated 44 files
- .github/workflows/ci.yml+1-1
- src/compiler/checker.ts+80-34
- tests/baselines/reference/arrayAssignmentTest1.errors.txt+6-6
- tests/baselines/reference/assignmentCompatWithCallSignatures3.errors.txt+2-2
- tests/baselines/reference/assignmentCompatWithConstructSignatures3.errors.txt+2-2
- tests/baselines/reference/assignmentCompatWithNumericIndexer.errors.txt+4-4
- tests/baselines/reference/assignmentCompatWithNumericIndexer2.errors.txt+4-4
- tests/baselines/reference/assignmentCompatWithStringIndexer.errors.txt+6-6
- tests/baselines/reference/assignmentCompatWithStringIndexer2.errors.txt+6-6
- tests/baselines/reference/chainedCallsWithTypeParameterConstrainedToOtherTypeParameter.errors.txt+2-2
- tests/baselines/reference/checkJsxChildrenCanBeTupleType.types+1-1
- tests/baselines/reference/circularlySimplifyingConditionalTypesNoCrash.types+3
- tests/baselines/reference/contextuallyTypedJsxChildren.types+1-1
- tests/baselines/reference/emitClassExpressionInDeclarationFile.js+2-2
- tests/baselines/reference/implementingAnInterfaceExtendingClassWithPrivates.errors.txt+2-2
- tests/baselines/reference/implementingAnInterfaceExtendingClassWithProtecteds.errors.txt+2-2
- tests/baselines/reference/intraExpressionInferencesJsx.types+1-1
- tests/baselines/reference/invalidReturnStatements.errors.txt+2-2
- tests/baselines/reference/jsdocTypeTagCast.errors.txt+2-2
- tests/baselines/reference/jsxCallElaborationCheckNoCrash1.types+1-1
- tests/baselines/reference/jsxChildrenIndividualErrorElaborations.types+1-1
- tests/baselines/reference/jsxComplexSignatureHasApplicabilityError.types+1-1
- tests/baselines/reference/jsxElementType.types+1-1
- tests/baselines/reference/jsxElementTypeLiteralWithGeneric.types+1-1
- tests/baselines/reference/jsxExcessPropsAndAssignability.types+1-1
- tests/baselines/reference/jsxIntrinsicElementsCompatability.types+1-1
- tests/baselines/reference/jsxJsxsCjsTransformNestedSelfClosingChild(jsx=react-jsx).types+1-1
- tests/baselines/reference/jsxJsxsCjsTransformNestedSelfClosingChild(jsx=react-jsxdev).types+1-1
- tests/baselines/reference/parenthesizedJSDocCastAtReturnStatement.types+1-1
- tests/baselines/reference/quickinfoVerbosityClass1.baseline+105-105
- tests/baselines/reference/quickinfoVerbosityInterface1.baseline+269-269
- tests/baselines/reference/reactHOCSpreadprops.types+1-1
- tests/baselines/reference/reactReadonlyHOCAssignabilityReal.types+1-1
- tests/baselines/reference/returnConditionalExpressionJSDocCast.types+1-1
- tests/baselines/reference/returnTypePredicateIsInstantiateInContextOfTarget.types+1-1
- tests/baselines/reference/tsxInvokeComponentType.types+1-1
- tests/baselines/reference/tsxNotUsingApparentTypeOfSFC.types+1-1
- tests/baselines/reference/tsxReactPropsInferenceSucceedsOnIntersections.types+1-1
- tests/baselines/reference/typeAssertions.errors.txt+2-2
- tests/baselines/reference/typeInferenceWithExcessPropertiesJsx.types+1-1
- tests/baselines/reference/variancePropagation.symbols+50
- tests/baselines/reference/variancePropagation.types+45
- tests/cases/compiler/variancePropagation.ts+16
- tests/cases/fourslash/codefixClassImplementInterface_omit.ts+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| 74 | + | |
| 75 | + | |
72 | 76 | | |
73 | 77 | | |
74 | 78 | | |
| |||
Lines changed: 211 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 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 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 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 | + | |
0 commit comments