FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · cdata/TypeScript · GitHub
cdata
/
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 Sep 29, 2020
Update type diagnostic messages with --save-dev (#40776) (#40784)
Show description for 7c0f0d2
sidharthv96
authored
7c0f0d2
View commit details
Copy full SHA for 7c0f0d2
Browse repository at this point
fix(40609): fix crash for extracting type alias with several type arguments (#40820)
a-tarasyuk
authored
335ed91
View commit details
Copy full SHA for 335ed91
Browse repository at this point
LEGO: Merge pull request 40822
Show description for 43b5fec
csigs
authored
43b5fec
View commit details
Copy full SHA for 43b5fec
Browse repository at this point
LEGO: check in for master to temporary branch.
csigs
committed
79c7562
View commit details
Copy full SHA for 79c7562
Browse repository at this point
Commits on Sep 28, 2020
Don’t offer non-relative non-paths path when baseUrl is undefined (#40813)
andrewbranch
authored
3e824f1
View commit details
Copy full SHA for 3e824f1
Browse repository at this point
LEGO: Merge pull request 40814
Show description for 343a0a0
csigs
authored
343a0a0
View commit details
Copy full SHA for 343a0a0
Browse repository at this point
LEGO: check in for master to temporary branch.
csigs
committed
773b7ab
View commit details
Copy full SHA for 773b7ab
Browse repository at this point
Update package-lock.json
typescript-bot
committed
dc4ccc7
View commit details
Copy full SHA for dc4ccc7
Browse repository at this point
Commits on Sep 27, 2020
LEGO: Merge pull request 40794
Show description for 88c24e6
csigs
authored
88c24e6
View commit details
Copy full SHA for 88c24e6
Browse repository at this point
LEGO: check in for master to temporary branch.
csigs
committed
ddf6c71
View commit details
Copy full SHA for ddf6c71
Browse repository at this point
Commits on Sep 26, 2020
LEGO: Merge pull request 40790
Show description for 46abf68
csigs
authored
46abf68
View commit details
Copy full SHA for 46abf68
Browse repository at this point
LEGO: check in for master to temporary branch.
csigs
committed
80d2718
View commit details
Copy full SHA for 80d2718
Browse repository at this point
Update package-lock.json
typescript-bot
committed
2a41671
View commit details
Copy full SHA for 2a41671
Browse repository at this point
LEGO: Merge pull request 40785
Show description for ec673da
csigs
authored
ec673da
View commit details
Copy full SHA for ec673da
Browse repository at this point
LEGO: check in for master to temporary branch.
csigs
committed
f903d6b
View commit details
Copy full SHA for f903d6b
Browse repository at this point
Commits on Sep 25, 2020
fix(40756): disable truncation for inferred type (#40764)
a-tarasyuk
authored
73f5f02
View commit details
Copy full SHA for 73f5f02
Browse repository at this point
feat(40233): add JS Doc types to smart selection (#40338)
a-tarasyuk
authored
8e86b24
View commit details
Copy full SHA for 8e86b24
Browse repository at this point
jsx option affects emit (#40775)
andrewbranch
authored
dc8952d
View commit details
Copy full SHA for dc8952d
Browse repository at this point
LEGO: Merge pull request 40777
Show description for b508914
csigs
authored
b508914
View commit details
Copy full SHA for b508914
Browse repository at this point
LEGO: check in for master to temporary branch.
csigs
committed
aed2391
View commit details
Copy full SHA for aed2391
Browse repository at this point
LEGO: Merge pull request 40757
Show description for 62a86ec
csigs
authored
62a86ec
View commit details
Copy full SHA for 62a86ec
Browse repository at this point
LEGO: check in for master to temporary branch.
csigs
committed
4df1617
View commit details
Copy full SHA for 4df1617
Browse repository at this point
Commits on Sep 24, 2020
CommonJS imports support destructuring+property access (#40702)
Show description for eac75f3
sandersn
authored
eac75f3
View commit details
Copy full SHA for eac75f3
Browse repository at this point
feat: expose findAncestor. (#40325)
Show description for e6fdcce
septs
authored
e6fdcce
View commit details
Copy full SHA for e6fdcce
Browse repository at this point
Remove old Typescript-*-Starter user tests (#40752)
Show description for 03b70e6
sandersn
authored
03b70e6
View commit details
Copy full SHA for 03b70e6
Browse repository at this point
Fix unnecessary new lines in output represented incorretly in the baseline (#40751)
sheetalkamat
authored
4f9713c
View commit details
Copy full SHA for 4f9713c
Browse repository at this point
Add missing visitor of template literal type (#40738)
Show description for fc03982
Kingwl
authored
fc03982
View commit details
Copy full SHA for fc03982
Browse repository at this point
Fix premature closing of AutoImportProviderProject for unbuilt monorepos (#40620)
Show description for 3b9eb1e
andrewbranch
and
DanielRosenwasser
authored
3b9eb1e
View commit details
Copy full SHA for 3b9eb1e
Browse repository at this point
Update user baselines +cc @sandersn (#40156)
Show description for a1a9d6d
TypeScript Bot
and
typescript-bot
authored
a1a9d6d
View commit details
Copy full SHA for a1a9d6d
Browse repository at this point
Commits on Sep 23, 2020
Fix spec links in README (#40711)
Show description for 5305e4a
sandersn
authored
5305e4a
View commit details
Copy full SHA for 5305e4a
Browse repository at this point
Allow pattern literal types like `http://${string}` to exist and be reasoned about (#40598)
Show description for a960463
weswigham
authored
a960463
View commit details
Copy full SHA for a960463
Browse repository at this point
Allow discrimination to identical object types when discriminating contextual types (#40574)
Show description for a91c287
weswigham
and
Orta
authored
a91c287
View commit details
Copy full SHA for a91c287
Browse repository at this point
Fix crash on js declaration emit of export assigned default augmented function (#40596)
Show description for ad2a074
weswigham
authored
ad2a074
View commit details
Copy full SHA for ad2a074
Browse repository at this point
Reorder LKG tasks so protocol build isn't using partial LKG (#40717)
Show description for 83574ba
weswigham
and
DanielRosenwasser
authored
83574ba
View commit details
Copy full SHA for 83574ba
Browse repository at this point
Fix missing constraints for parenthesized `infer T` (#40406)
Show description for 61910e8
uhyo
authored
61910e8
View commit details
Copy full SHA for 61910e8
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL