FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for tests - copyleftdev/TypeScript · GitHub
copyleftdev
/
TypeScript
Public
forked from
microsoft/TypeScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
TypeScript
tests
on
main
User selector
Datepicker
Commit history
Commits on Dec 28, 2025
Fix crash in abstract property checking (#62923)
ahejlsberg
authored
f3770c9
View commit details
Copy full SHA for f3770c9
View code at this point
Browse repository at this point
Commits on Dec 26, 2025
Fix crash in mixin checking (#62928)
ahejlsberg
authored
1f5f9f3
View commit details
Copy full SHA for 1f5f9f3
View code at this point
Browse repository at this point
Commits on Dec 19, 2025
Fixed crash when adding unreachable code diagnostic in situations with missing nodes (#62914)
Andarist
authored
2dfdbba
View commit details
Copy full SHA for 2dfdbba
View code at this point
Browse repository at this point
Commits on Dec 12, 2025
Fix typo: MERCHANTABLITY → MERCHANTABILITY (#62891)
tt-a1i
authored
0a07132
View commit details
Copy full SHA for 0a07132
View code at this point
Browse repository at this point
Fix accidental module replacements in tests (#62890)
jakebailey
authored
d7ae3aa
View commit details
Copy full SHA for d7ae3aa
View code at this point
Browse repository at this point
Deprecate `module` syntax (#62876)
RyanCavanaugh
authored
16b933f
View commit details
Copy full SHA for 16b933f
View code at this point
Browse repository at this point
Commits on Dec 11, 2025
Revert "ES2020: fix String.prototype.matchAll type and description" (#62885)
jakebailey
authored
c84cb94
View commit details
Copy full SHA for c84cb94
View code at this point
Browse repository at this point
ES2020: fix String.prototype.matchAll type and description (#62873)
ljharb
authored
bbb5322
View commit details
Copy full SHA for bbb5322
View code at this point
Browse repository at this point
Commits on Dec 10, 2025
Improve inference by not considering thisless functions to be context-sensitive (#62243)
Andarist
authored
366da34
View commit details
Copy full SHA for 366da34
View code at this point
Browse repository at this point
Commits on Dec 9, 2025
Allow subpath imports that start with `#/` (#62844)
magic-akari
authored
3b9acae
View commit details
Copy full SHA for 3b9acae
View code at this point
Browse repository at this point
Commits on Dec 8, 2025
Include source node inferences in string literal completions deeper in arguments (#56182)
Andarist
authored
69a0879
View commit details
Copy full SHA for 69a0879
View code at this point
Browse repository at this point
Make go to definition go to the constraint's properties for object literals in argument positions (#62361)
Andarist
authored
b2327c0
View commit details
Copy full SHA for b2327c0
View code at this point
Browse repository at this point
Add tests for contextual param type assignment in nested return type inference scenarios (#62189)
Andarist
authored
dafed7f
View commit details
Copy full SHA for dafed7f
View code at this point
Browse repository at this point
Commits on Dec 5, 2025
Avoid `silentNeverType` leaking into generator types inferred based on inner generic calls at `yield`s (#62283)
Andarist
authored
38d95c8
View commit details
Copy full SHA for 38d95c8
View code at this point
Browse repository at this point
Widen reverse mapped type properties to fix them being treated as EPC-valid sources (#62722)
Andarist
authored
0752278
View commit details
Copy full SHA for 0752278
View code at this point
Browse repository at this point
Commits on Dec 3, 2025
Filter return type inferences by constraint applicability (#58910)
Andarist
authored
28fbc0a
View commit details
Copy full SHA for 28fbc0a
View code at this point
Browse repository at this point
Commits on Nov 24, 2025
Add --ignoreConfig and dont allow specifying files on commandline without it if there is config file present (#62477)
sheetalkamat
authored
669c25c
View commit details
Copy full SHA for 669c25c
View code at this point
Browse repository at this point
Commits on Nov 19, 2025
Disallow `[await] using` statements under case/default clauses (#62709)
Renegade334
authored
60e99ec
View commit details
Copy full SHA for 60e99ec
View code at this point
Browse repository at this point
Fix unreachable code detection persisting after incremental edits (#62783)
Show description for 486fce7
Copilot
and
jakebailey
authored
486fce7
View commit details
Copy full SHA for 486fce7
View code at this point
Browse repository at this point
Commits on Nov 14, 2025
Update error for allowImportingTsExtensions to mention rewriteRelativeImportExtensions (#62557)
bakkot
authored
cc2610f
View commit details
Copy full SHA for cc2610f
View code at this point
Browse repository at this point
Move unreachable checks to checker (#62751)
jakebailey
authored
09e31cf
View commit details
Copy full SHA for 09e31cf
View code at this point
Browse repository at this point
Commits on Nov 13, 2025
Shrink relationComplexityError test size (#62754)
jakebailey
authored
ea48ded
View commit details
Copy full SHA for ea48ded
View code at this point
Browse repository at this point
Commits on Nov 11, 2025
Fixed control flow Analysis of aliased discriminants with parenthesized initializers (#61788)
Andarist
authored
4a957b7
View commit details
Copy full SHA for 4a957b7
View code at this point
Browse repository at this point
Commits on Nov 10, 2025
fix: `[Symbol.iterator]()` lost on union with `never` (#62661)
nrainhart
authored
48244d8
View commit details
Copy full SHA for 48244d8
View code at this point
Browse repository at this point
Commits on Oct 31, 2025
Propagate variance reliability (#62604)
ahejlsberg
authored
cc05d94
View commit details
Copy full SHA for cc05d94
View code at this point
Browse repository at this point
Commits on Oct 30, 2025
Keep returned (and yielded) literal types as const when their types using `const` type variables (#56859)
Andarist
authored
b44ac69
View commit details
Copy full SHA for b44ac69
View code at this point
Browse repository at this point
Allow implicit `undefined` returns when the contextual union type contains it (#57912)
Andarist
authored
f6f4eab
View commit details
Copy full SHA for f6f4eab
View code at this point
Browse repository at this point
Improve references search and quick info on properties with type errors within nullable contextual types (#61383)
Andarist
authored
2b2d6ce
View commit details
Copy full SHA for 2b2d6ce
View code at this point
Browse repository at this point
Use comparability for discriminant properties when narrowing types for a default switch clause (#61211)
Andarist
authored
6fd2874
View commit details
Copy full SHA for 6fd2874
View code at this point
Browse repository at this point
Commits on Oct 29, 2025
Fixed an issue with "slow" sync iteration types spoiling cached value for async ones (#62676)
Andarist
authored
2a90a73
View commit details
Copy full SHA for 2a90a73
View code at this point
Browse repository at this point
Add missing whitespace after type parameter's modifiers in interactive inlay hints (#62246)
Andarist
authored
11ee01b
View commit details
Copy full SHA for 11ee01b
View code at this point
Browse repository at this point
Commits on Oct 24, 2025
Deprecate `--module amd`, `umd`, `system`, `none`; `--moduleResolution classic`; change defaults (#62669)
andrewbranch
authored
42f6576
View commit details
Copy full SHA for 42f6576
View code at this point
Browse repository at this point
Commits on Oct 22, 2025
Deprecate esModuleInterop and allowSyntheticDefaultImports (default to true) (#62567)
andrewbranch
authored
f450c1b
View commit details
Copy full SHA for f450c1b
View code at this point
Browse repository at this point
Fix TS2783 false positive for union types in object spread expressions (#62656)
Show description for 542b095
Copilot
and
RyanCavanaugh
authored
542b095
View commit details
Copy full SHA for 542b095
View code at this point
Browse repository at this point
Fixed a crash when parsing invalid decorator on await expression (#62659)
Andarist
authored
cbc2059
View commit details
Copy full SHA for cbc2059
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL