Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
typescript-bot
/
TypeScript
Public
forked from
microsoft/TypeScript
Notifications
You must be signed in to change notification settings
Fork
5
Star
13
Code
Pull requests
226
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
d25a6ec
User selector
All users
All time
Commit History
Commits on Apr 27, 2018
Remove redundant primitive types from intersections with literal types
ahejlsberg
committed
d25a6ec
Copy full SHA for d25a6ec
Commits on Apr 25, 2018
Make signature help node building cancellable (#23543)
Show description for ec05f29
weswigham
authored
ec05f29
Copy full SHA for ec05f29
Always parse an argument for an ElementAccessExpression (#23683)
Andy
authored
583bcea
Copy full SHA for 583bcea
importNameCodeFix: consistently put fixes to use existing imports before fixes for existing imports (#23663)
Andy
authored
5280d23
Copy full SHA for 5280d23
LEGO: Merge pull request 23674
Show description for 1f59e6f
csigs
authored
1f59e6f
Copy full SHA for 1f59e6f
LEGO: check in for master to temporary branch.
csigs
committed
16c24bd
Copy full SHA for 16c24bd
Commits on Apr 24, 2018
LEGO: Merge pull request 23668
Show description for f7a0e0c
csigs
authored
f7a0e0c
Copy full SHA for f7a0e0c
LEGO: check in for master to temporary branch.
csigs
committed
dfbc842
Copy full SHA for dfbc842
Merge pull request #23636 from Microsoft/getErrWithInferredProject
Show description for ce5d5d8
sheetalkamat
authored
ce5d5d8
Copy full SHA for ce5d5d8
Merge pull request #23645 from Microsoft/distributeKeyofUnion2
Show description for 5d67f8e
ahejlsberg
authored
5d67f8e
Copy full SHA for 5d67f8e
goToDefinition: Also add definitions for symbol if it does not match the signature symbol (#23657)
Andy
authored
59765e2
Copy full SHA for 59765e2
LEGO: Merge pull request 23658
Show description for ac51980
csigs
authored
ac51980
Copy full SHA for ac51980
LEGO: check in for master to temporary branch.
csigs
committed
b72abdb
Copy full SHA for b72abdb
Improve error message for unused type (#23633)
Andy
authored
969aa45
Copy full SHA for 969aa45
Support import fix even when the error is that a type is used as a value (#23655)
Andy
authored
eca17ac
Copy full SHA for eca17ac
LEGO: Merge pull request 23650
Show description for b1baca5
csigs
authored
b1baca5
Copy full SHA for b1baca5
LEGO: check in for master to temporary branch.
csigs
committed
0e5ea2c
Copy full SHA for 0e5ea2c
LEGO: Merge pull request 23644
Show description for 054a6ff
csigs
authored
054a6ff
Copy full SHA for 054a6ff
LEGO: check in for master to temporary branch.
csigs
committed
90500e8
Copy full SHA for 90500e8
Accept new baselines
ahejlsberg
committed
f0c3291
Copy full SHA for f0c3291
Add tests
ahejlsberg
committed
7befd35
Copy full SHA for 7befd35
Accept new baselines
ahejlsberg
committed
2911d5d
Copy full SHA for 2911d5d
Transform 'keyof (A | B)' to 'keyof A & keyof B'
ahejlsberg
committed
09590bc
Copy full SHA for 09590bc
Commits on Apr 23, 2018
Suggestion to convert to ES6 module should only trigger in projects which express some intent to use ES6 (#23576)
Andy
authored
fc30bd1
Copy full SHA for fc30bd1
Fix the crash when reporting errors of file that was referenced by inferred project root, is opened right after closing the root file
Show description for 6ec7638
sheetalkamat
committed
6ec7638
Copy full SHA for 6ec7638
`module.exports = Entity` is an alias, just like `export = Entity` (#23570)
Show description for 905f9a0
sandersn
authored
905f9a0
Copy full SHA for 905f9a0
LEGO: Merge pull request 23635
Show description for ef8af93
csigs
authored
ef8af93
Copy full SHA for ef8af93
LEGO: check in for master to temporary branch.
csigs
committed
1f753b3
Copy full SHA for 1f753b3
Make symbol display at ExportSpecifier use 'export', not 'import' (#23629)
Andy
authored
222f35d
Copy full SHA for 222f35d
Merge pull request #23592 from Microsoft/improveIndexTypes
Show description for 0179d97
ahejlsberg
authored
0179d97
Copy full SHA for 0179d97
Allow getting import completion details with misspelled name (#23624)
Andy
authored
645258c
Copy full SHA for 645258c
getEditsForFileRename: Update tsconfig "files" (#23625)
Andy
authored
2e78d1e
Copy full SHA for 2e78d1e
Commits on Apr 21, 2018
Deduplicate declarations in combined type/value symbols (#23593)
weswigham
authored
eb112ab
Copy full SHA for eb112ab
Merge pull request #21476 from Kingwl/concat-string-in-enum-member
Show description for 7f34340
mhegazy
authored
7f34340
Copy full SHA for 7f34340
Accept new baselines
ahejlsberg
committed
c7f55be
Copy full SHA for c7f55be
Pagination
Previous
Next
You can’t perform that action at this time.