Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
bb
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 4, 2016
Merge pull request #12643 from Microsoft/keyofUnionIntersection
Show description for b7e8a6d
ahejlsberg
authored
b7e8a6d
View commit details
Copy full SHA for b7e8a6d
Browse repository at this point
Merge pull request #12640 from Microsoft/mappedTypesSecondaryInferences
Show description for 23992ba
ahejlsberg
authored
23992ba
View commit details
Copy full SHA for 23992ba
Browse repository at this point
Accept new baselines
ahejlsberg
committed
3aa05b2
View commit details
Copy full SHA for 3aa05b2
Browse repository at this point
Add tests
ahejlsberg
committed
b4836e3
View commit details
Copy full SHA for b4836e3
Browse repository at this point
Property handle union/intersection types in type variable checks
ahejlsberg
committed
b876211
View commit details
Copy full SHA for b876211
Browse repository at this point
Commits on Dec 3, 2016
Merge pull request #12639 from MattiasBuelens/fixElideFallthrough
Show description for f61a224
DanielRosenwasser
authored
f61a224
View commit details
Copy full SHA for f61a224
Browse repository at this point
Accept new baselines
ahejlsberg
committed
970c4aa
View commit details
Copy full SHA for 970c4aa
Browse repository at this point
Add tests
ahejlsberg
committed
773c9a7
View commit details
Copy full SHA for 773c9a7
Browse repository at this point
Classify mapped type inferences as secondary
ahejlsberg
committed
c538f1f
View commit details
Copy full SHA for c538f1f
Browse repository at this point
Fix elided syntax kinds falling through to visitConstructor in TypeScript transformer.
MattiasBuelens
committed
9310063
View commit details
Copy full SHA for 9310063
Browse repository at this point
Commits on Dec 2, 2016
Merge pull request #12623 from Microsoft/nestedIndexedAccess
Show description for a230cb7
ahejlsberg
authored
a230cb7
View commit details
Copy full SHA for a230cb7
Browse repository at this point
Accept new baselines
ahejlsberg
committed
fe0b66a
View commit details
Copy full SHA for fe0b66a
Browse repository at this point
Add tests
ahejlsberg
committed
1e2425e
View commit details
Copy full SHA for 1e2425e
Browse repository at this point
Accept new baselines
ahejlsberg
committed
b3b2359
View commit details
Copy full SHA for b3b2359
Browse repository at this point
Treat indexed access types T[K] as type variables
ahejlsberg
committed
3b1d6c9
View commit details
Copy full SHA for 3b1d6c9
Browse repository at this point
Merge pull request #12614 from arusakov/cli_targets_descriptions_es2016_es2017_esnext
Show description for 012159b
mhegazy
authored
012159b
View commit details
Copy full SHA for 012159b
Browse repository at this point
Update cli --target description (es2016 and 2017)
arusakov
committed
edb376d
View commit details
Copy full SHA for edb376d
Browse repository at this point
Commits on Dec 1, 2016
Merge pull request #12610 from Microsoft/Port12590
Show description for efe7b65
mhegazy
authored
efe7b65
View commit details
Copy full SHA for efe7b65
Browse repository at this point
When creating string literal for property access, unescape the identifier text
Show description for e5b5fe1
sheetalkamat
authored and
mhegazy
committed
e5b5fe1
View commit details
Copy full SHA for e5b5fe1
Browse repository at this point
Add test for the decorated method beginning with underscore
sheetalkamat
authored and
mhegazy
committed
86f69f1
View commit details
Copy full SHA for 86f69f1
Browse repository at this point
Merge pull request #12575 from zhengbli/port12570
Show description for 2cec8db
mhegazy
authored
2cec8db
View commit details
Copy full SHA for 2cec8db
Browse repository at this point
Merge pull request #12564 from Microsoft/rest-of-untyped-binding-pattern-is-any
Show description for fc1f6e3
sandersn
authored
fc1f6e3
View commit details
Copy full SHA for fc1f6e3
Browse repository at this point
Update baselines
sandersn
committed
7722631
View commit details
Copy full SHA for 7722631
Browse repository at this point
Rest of untyped binding pattern is back to str index sig
sandersn
committed
ddf03ba
View commit details
Copy full SHA for ddf03ba
Browse repository at this point
Merge pull request #12594 from Microsoft/indexTypeNotFound
Show description for 09f158d
sheetalkamat
authored
09f158d
View commit details
Copy full SHA for 09f158d
Browse repository at this point
Handle parameter type error for index signature in declaration emit
Show description for adf9b26
sheetalkamat
committed
adf9b26
View commit details
Copy full SHA for adf9b26
Browse repository at this point
Commits on Nov 30, 2016
Add property access and --noImplicitAny tests
Show description for 8e648f9
sandersn
committed
8e648f9
View commit details
Copy full SHA for 8e648f9
Browse repository at this point
Rest of untyped binding pattern is back to any
sandersn
committed
f6ace2d
View commit details
Copy full SHA for f6ace2d
Browse repository at this point
Merge pull request #12305 from Microsoft/improveImportHelpersDiagnostics
Show description for 7a42000
rbuckton
authored
7a42000
View commit details
Copy full SHA for 7a42000
Browse repository at this point
Merge branch 'master' into improveImportHelpersDiagnostics
rbuckton
committed
5c294bf
View commit details
Copy full SHA for 5c294bf
Browse repository at this point
Merge pull request #12589 from Microsoft/mappedTypeModifierInference
Show description for 030da0b
ahejlsberg
authored
030da0b
View commit details
Copy full SHA for 030da0b
Browse repository at this point
Update baselines
sandersn
committed
074ed9f
View commit details
Copy full SHA for 074ed9f
Browse repository at this point
Rest of untyped binding pattern is string-indexed type
Show description for 99f352f
sandersn
committed
99f352f
View commit details
Copy full SHA for 99f352f
Browse repository at this point
Add tests
ahejlsberg
committed
2517187
View commit details
Copy full SHA for 2517187
Browse repository at this point
Accept new baselines
ahejlsberg
committed
3870351
View commit details
Copy full SHA for 3870351
Browse repository at this point
Previous
Next
You can’t perform that action at this time.