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
tests
cases
on
relativePathReferenceResolution
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 12, 2014
Add tests to cover scenarios for relative path reference resolution
sheetalkamat
committed
8c2091b
View commit details
Copy full SHA for 8c2091b
View code at this point
Browse repository at this point
Commits on Nov 11, 2014
Fix the completion entry for __proto
Show description for 37d8499
sheetalkamat
committed
37d8499
View commit details
Copy full SHA for 37d8499
View code at this point
Browse repository at this point
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 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
Removed the debugger statement from test case
sheetalkamat
committed
80fbc05
View commit details
Copy full SHA for 80fbc05
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 10, 2014
Merge pull request #1118 from Microsoft/completionWithBackSlashAfterString
Show description for 23b8613
sheetalkamat
committed
23b8613
View commit details
Copy full SHA for 23b8613
View code at this point
Browse repository at this point
Test case for completion list at backslash following string
Show description for 0cabff4
sheetalkamat
committed
0cabff4
View commit details
Copy full SHA for 0cabff4
View code at this point
Browse repository at this point
Commits on Nov 9, 2014
Merge branch 'master' into trailingTrivia2
Show description for b8fcacb
CyrusNajmabadi
committed
b8fcacb
View commit details
Copy full SHA for b8fcacb
View code at this point
Browse repository at this point
Update test.
CyrusNajmabadi
committed
ae14ec5
View commit details
Copy full SHA for ae14ec5
View code at this point
Browse repository at this point
Commits on Nov 8, 2014
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
dc3c5c5
View commit details
Copy full SHA for dc3c5c5
View code at this point
Browse repository at this point
Merge pull request #1089 from Microsoft/completionEntryOfImport
Show description for d634ab8
sheetalkamat
committed
d634ab8
View commit details
Copy full SHA for d634ab8
View code at this point
Browse repository at this point
Merge pull request #1086 from Microsoft/jsDocCommentLinePreservation
Show description for b47c769
sheetalkamat
committed
b47c769
View commit details
Copy full SHA for b47c769
View code at this point
Browse repository at this point
Test now covers completion entry at name of the import when there is no name and there is name
sheetalkamat
committed
3c60060
View commit details
Copy full SHA for 3c60060
View code at this point
Browse repository at this point
Merge pull request #1090 from Microsoft/completionAfterAt
Show description for f81a05a
sheetalkamat
committed
f81a05a
View commit details
Copy full SHA for f81a05a
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
Fix the crash in completion entry by fixing the unknown token check
Show description for 5acc1a1
sheetalkamat
committed
5acc1a1
View commit details
Copy full SHA for 5acc1a1
View code at this point
Browse repository at this point
Block completion list on import declaration name and fix the crash in symbol display name when import declaration is incomplete
Show description for 38f14b5
sheetalkamat
committed
38f14b5
View commit details
Copy full SHA for 38f14b5
View code at this point
Browse repository at this point
Fix the union property kind if the property is union of exported variable of module
Show description for 127aa49
sheetalkamat
committed
127aa49
View commit details
Copy full SHA for 127aa49
View code at this point
Browse repository at this point
Fix the line preservation between jsdoc comments while displaying it
Show description for bfca3c5
sheetalkamat
committed
bfca3c5
View commit details
Copy full SHA for bfca3c5
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
Merge pull request #1080 from Microsoft/breakpointTypeAlias
Show description for 727f36a
sheetalkamat
committed
727f36a
View commit details
Copy full SHA for 727f36a
View code at this point
Browse repository at this point
Merge pull request #1081 from Microsoft/breakpointsLetConst
Show description for b277565
sheetalkamat
committed
b277565
View commit details
Copy full SHA for b277565
View code at this point
Browse repository at this point
Merge pull request #1040 from Microsoft/unionTypeInSignatureDisplay
Show description for 048c785
sheetalkamat
committed
048c785
View commit details
Copy full SHA for 048c785
View code at this point
Browse repository at this point
Commits on Nov 6, 2014
Breakpoint validation for Let and cost
sheetalkamat
committed
e4c88ee
View commit details
Copy full SHA for e4c88ee
View code at this point
Browse repository at this point
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
Verify breakpoints in type alias syntax
sheetalkamat
committed
1e4f0b8
View commit details
Copy full SHA for 1e4f0b8
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 pull request #1041 from Microsoft/declFilePrivateMethodOverload
Show description for da314a3
sheetalkamat
committed
da314a3
View commit details
Copy full SHA for da314a3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.