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 }}
thdtjsdn
/
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
Breadcrumbs
History for
TypeScript
src
compiler
on
relativePathReferenceResolution
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 12, 2014
Fix the relative path reference resolution
Show description for 63a2086
sheetalkamat
committed
63a2086
View commit details
Copy full SHA for 63a2086
View code at this point
Browse repository at this point
Commits on Nov 11, 2014
All the identifiers need to be escaped to make sure compiler doesnt confuse __NonUnderscore character incorrectly
Show description for 4c28e73
sheetalkamat
committed
4c28e73
View commit details
Copy full SHA for 4c28e73
View code at this point
Browse repository at this point
Merge pull request #1072 from Microsoft/taggedTemplates
Show description for 7a5c360
DanielRosenwasser
committed
7a5c360
View commit details
Copy full SHA for 7a5c360
View code at this point
Browse repository at this point
Merge pull request #1124 from Microsoft/completionListAugmentedType
Show description for ce4dac3
sheetalkamat
committed
ce4dac3
View commit details
Copy full SHA for ce4dac3
View code at this point
Browse repository at this point
Asserting myself more.
DanielRosenwasser
committed
3113429
View commit details
Copy full SHA for 3113429
View code at this point
Browse repository at this point
Merge branch 'master' into taggedTemplates
DanielRosenwasser
committed
c22a471
View commit details
Copy full SHA for c22a471
View code at this point
Browse repository at this point
Asserting myself.
DanielRosenwasser
committed
9880f93
View commit details
Copy full SHA for 9880f93
View code at this point
Browse repository at this point
export ReferencePathMatchResult interface as it is used by other exported functions
mhegazy
committed
c3131e2
View commit details
Copy full SHA for c3131e2
View code at this point
Browse repository at this point
If we are comparing left hand side for is position of type node, it is false, because it is namespace position and not type position
Show description for 57af262
sheetalkamat
committed
57af262
View commit details
Copy full SHA for 57af262
View code at this point
Browse repository at this point
Commits on Nov 8, 2014
Removed some unused variables
DickvdBrink
committed
96181c9
View commit details
Copy full SHA for 96181c9
View code at this point
Browse repository at this point
Merge branch 'master' into taggedTemplates
DanielRosenwasser
committed
6d353c0
View commit details
Copy full SHA for 6d353c0
View code at this point
Browse repository at this point
Merge pull request #1094 from Microsoft/findAllRefsInTemplates
Show description for d99023e
DanielRosenwasser
committed
d99023e
View commit details
Copy full SHA for d99023e
View code at this point
Browse repository at this point
Fixed issues with incomplete calls, cleaned some code up.
DanielRosenwasser
committed
986a0b7
View commit details
Copy full SHA for 986a0b7
View code at this point
Browse repository at this point
Commits on Nov 7, 2014
Corrected isExpression for templates.
Show description for dbcb6dc
DanielRosenwasser
committed
dbcb6dc
View commit details
Copy full SHA for dbcb6dc
View code at this point
Browse repository at this point
Merge branch 'master' into refactorRefFilesPath
Yui T
committed
35facf5
View commit details
Copy full SHA for 35facf5
View code at this point
Browse repository at this point
Fixed the merge conflicts that went undetected in github
sheetalkamat
committed
8ab038f
View commit details
Copy full SHA for 8ab038f
View code at this point
Browse repository at this point
Addressed CR feedback.
DanielRosenwasser
committed
80b8062
View commit details
Copy full SHA for 80b8062
View code at this point
Browse repository at this point
Merge pull request #1079 from Microsoft/showNarrowedType
Show description for beef2eb
sheetalkamat
committed
beef2eb
View commit details
Copy full SHA for beef2eb
View code at this point
Browse repository at this point
Merge pull request #1058 from Microsoft/contextualUnionTypeConformance
Show description for 9e2eb3b
sheetalkamat
committed
9e2eb3b
View commit details
Copy full SHA for 9e2eb3b
View code at this point
Browse repository at this point
Commits on Nov 6, 2014
Merge branch 'master' into refactorRefFilesPath
Show description for 6c9c502
Yui T
committed
6c9c502
View commit details
Copy full SHA for 6c9c502
View code at this point
Browse repository at this point
Show narrowed type in quickInfo/completion entry
Show description for 1237033
sheetalkamat
committed
1237033
View commit details
Copy full SHA for 1237033
View code at this point
Browse repository at this point
Merge branch 'master' into computedPropertyName
JsonFreeman
committed
5164fbc
View commit details
Copy full SHA for 5164fbc
View code at this point
Browse repository at this point
Address feedback
JsonFreeman
committed
279166b
View commit details
Copy full SHA for 279166b
View code at this point
Browse repository at this point
Merge pull request #1065 from Microsoft/shorthandProperties
Show description for 147550e
CyrusNajmabadi
committed
147550e
View commit details
Copy full SHA for 147550e
View code at this point
Browse repository at this point
Corrected comment.
DanielRosenwasser
committed
652b7f8
View commit details
Copy full SHA for 652b7f8
View code at this point
Browse repository at this point
Proper type arg inference with apppropriate overload res tests.
DanielRosenwasser
committed
bcddb10
View commit details
Copy full SHA for bcddb10
View code at this point
Browse repository at this point
Make certain types of FunctionLike require block bodies
JsonFreeman
committed
bc70e4a
View commit details
Copy full SHA for bc70e4a
View code at this point
Browse repository at this point
Refactor Declaration.name into Identifier | ComputedPropertyName
JsonFreeman
committed
6c85dbe
View commit details
Copy full SHA for 6c85dbe
View code at this point
Browse repository at this point
Commits on Nov 5, 2014
Merge branch 'master' into taggedTemplates
DanielRosenwasser
committed
fea1165
View commit details
Copy full SHA for fea1165
View code at this point
Browse repository at this point
Removed duplicate diagnostic.
DanielRosenwasser
committed
e12e31b
View commit details
Copy full SHA for e12e31b
View code at this point
Browse repository at this point
Add the IPropertyNameSyntax.
Show description for cb97682
CyrusNajmabadi
committed
cb97682
View commit details
Copy full SHA for cb97682
View code at this point
Browse repository at this point
Merge pull request #1035 from Microsoft/improvedTypeInference
Show description for d8080a0
ahejlsberg
committed
d8080a0
View commit details
Copy full SHA for d8080a0
View code at this point
Browse repository at this point
Commits on Nov 4, 2014
Merge branch 'master' into taggedTemplates
Show description for 1508350
DanielRosenwasser
committed
1508350
View commit details
Copy full SHA for 1508350
View code at this point
Browse repository at this point
Initial work on overload resolution with tagged templates.
Show description for 5602766
DanielRosenwasser
committed
5602766
View commit details
Copy full SHA for 5602766
View code at this point
Browse repository at this point
Fix the logic in getting the contextual signature of union type as per spec
Show description for c4e6327
sheetalkamat
committed
c4e6327
View commit details
Copy full SHA for c4e6327
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.