FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · bmeck/TypeScript · GitHub
bmeck
/
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
Branch selector
User selector
Datepicker
Commit history
Commits on Apr 23, 2019
Merge pull request #30743 from andrewbranch/bug/30675
Show description for cd56398
andrewbranch
authored
cd56398
View commit details
Copy full SHA for cd56398
Browse repository at this point
30837 - Bad error message when default 'import'-ing an 'export =' without 'esModuleInterop' (#30847)
Show description for c74d25c
DanielRosenwasser
authored
c74d25c
View commit details
Copy full SHA for c74d25c
Browse repository at this point
Commits on Apr 22, 2019
Add configure-experimental (#31064)
weswigham
authored
53c92d6
View commit details
Copy full SHA for 53c92d6
Browse repository at this point
Better erreor messages for properties mis-handled as shorthand property declarations (#31039)
Show description for 6427711
DanielRosenwasser
authored
6427711
View commit details
Copy full SHA for 6427711
Browse repository at this point
Update user baselines (#31058)
TypeScript Bot
authored and
sandersn
committed
5508d65
View commit details
Copy full SHA for 5508d65
Browse repository at this point
Commits on Apr 19, 2019
Only return the substitute in substitution instantiation when assignability fails (rather than subtype) (#31027)
Show description for 7a3e68f
weswigham
authored
7a3e68f
View commit details
Copy full SHA for 7a3e68f
Browse repository at this point
Unify couldContainTypeVariables and the similar check done during instantiation (#30969)
Show description for 40a2eb2
weswigham
authored
40a2eb2
View commit details
Copy full SHA for 40a2eb2
Browse repository at this point
handle generic types in getArrayifiedType (#30606)
weswigham
authored
1a4c15f
View commit details
Copy full SHA for 1a4c15f
Browse repository at this point
baseline changes in other tests accepted
karthikkp
committed
0d4913d
View commit details
Copy full SHA for 0d4913d
Browse repository at this point
diagnostic messages conflicts resolved
karthikkp
committed
181d126
View commit details
Copy full SHA for 181d126
Browse repository at this point
Merge pull request #29242 from Kingwl/attach_property_to_default_export
Show description for 2eea216
DanielRosenwasser
authored
2eea216
View commit details
Copy full SHA for 2eea216
Browse repository at this point
Merge pull request #30776 from andrewbranch/feature/10178
Show description for b6a0988
andrewbranch
authored
b6a0988
View commit details
Copy full SHA for b6a0988
Browse repository at this point
Commits on Apr 18, 2019
Check to make sure default npm exists at path before trying to use it (#30910)
Show description for 7ccc89b
Matt Bierner
authored and
RyanCavanaugh
committed
7ccc89b
View commit details
Copy full SHA for 7ccc89b
Browse repository at this point
Remove no longer extant gulp command from README (#31019)
weswigham
authored
d987907
View commit details
Copy full SHA for d987907
Browse repository at this point
Handle JSDoc backticks in the parser, not scanner (#30939)
Show description for c3a9429
sandersn
authored
c3a9429
View commit details
Copy full SHA for c3a9429
Browse repository at this point
Hide the table of perf results from the bot inside an expando element (#31007)
weswigham
authored
0574c1f
View commit details
Copy full SHA for 0574c1f
Browse repository at this point
Merge pull request #31002 from Microsoft/fixIsStringIndexSignatureOnlyType
Show description for 33c3ce9
ahejlsberg
authored
33c3ce9
View commit details
Copy full SHA for 33c3ce9
Browse repository at this point
Commits on Apr 17, 2019
Merge pull request #31005 from Microsoft/tsbuildTestPerf
Show description for ea2331b
sheetalkamat
authored
ea2331b
View commit details
Copy full SHA for ea2331b
Browse repository at this point
Fix lateBoundSymbol test case to handle the simple lib file for the test
sheetalkamat
committed
83941c4
View commit details
Copy full SHA for 83941c4
Browse repository at this point
Merge branch 'master' into tsbuildTestPerf
sheetalkamat
committed
b337565
View commit details
Copy full SHA for b337565
Browse repository at this point
Merge pull request #30970 from Microsoft/incrementalLateSymbol
Show description for 058cb91
sheetalkamat
authored
058cb91
View commit details
Copy full SHA for 058cb91
Browse repository at this point
Merge branch 'master' into incrementalLateSymbol
sheetalkamat
committed
0c18d03
View commit details
Copy full SHA for 0c18d03
Browse repository at this point
No need to fix hash of lib files since the content is now fixed
sheetalkamat
committed
acbedad
View commit details
Copy full SHA for acbedad
Browse repository at this point
Make the tsbuild tests use simple libFile instead of bigger lib file set
sheetalkamat
committed
dc7d77f
View commit details
Copy full SHA for dc7d77f
Browse repository at this point
Merge pull request #30980 from Microsoft/configChangeForEmit
Show description for b9145f9
sheetalkamat
authored
b9145f9
View commit details
Copy full SHA for b9145f9
Browse repository at this point
Add test for #28334
sheetalkamat
committed
d919f2c
View commit details
Copy full SHA for d919f2c
Browse repository at this point
Merge pull request #30944 from Microsoft/fixInferenceToMappedType
Show description for a40b08d
ahejlsberg
authored
a40b08d
View commit details
Copy full SHA for a40b08d
Browse repository at this point
Accept new baselines
ahejlsberg
committed
462caf8
View commit details
Copy full SHA for 462caf8
Browse repository at this point
Add regression test
ahejlsberg
committed
4d0244c
View commit details
Copy full SHA for 4d0244c
Browse repository at this point
Ignore generic mapped types in isStringIndexSignatureOnlyType
ahejlsberg
committed
9b3b8e3
View commit details
Copy full SHA for 9b3b8e3
Browse repository at this point
Add diagnostics for relation cache size (#30999)
Show description for 4420d10
sandersn
authored
4420d10
View commit details
Copy full SHA for 4420d10
Browse repository at this point
One more iteration
ahejlsberg
committed
50fdecc
View commit details
Copy full SHA for 50fdecc
Browse repository at this point
Revert and always use merged symbol to get members of late bound symbol
Show description for 3af78ae
sheetalkamat
committed
3af78ae
View commit details
Copy full SHA for 3af78ae
Browse repository at this point
Perform excess property checking on intersection and union members (#30853)
Show description for 169e485
weswigham
authored
169e485
View commit details
Copy full SHA for 169e485
Browse repository at this point
Even more succinct
ahejlsberg
committed
3435451
View commit details
Copy full SHA for 3435451
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL