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 }}
tomByrer
/
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
harness
on
reportErrorFromTargetFile
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 9, 2014
Merge branch 'master' into symbolInfoFormatting
sheetalkamat
committed
58cfc98
View commit details
Copy full SHA for 58cfc98
View code at this point
Browse repository at this point
Commits on Oct 7, 2014
Code Review feedback
sheetalkamat
committed
d4e58b2
View commit details
Copy full SHA for d4e58b2
View code at this point
Browse repository at this point
Commits on Oct 6, 2014
Merge pull request #817 from Microsoft/renameEnumMember
Show description for c40f02a
sheetalkamat
committed
c40f02a
View commit details
Copy full SHA for c40f02a
View code at this point
Browse repository at this point
Merge pull request #818 from Microsoft/sourceMapRelativeDirName
Show description for 2de4ad0
sheetalkamat
committed
2de4ad0
View commit details
Copy full SHA for 2de4ad0
View code at this point
Browse repository at this point
Added test cases for --outDir option
sheetalkamat
committed
4cf7874
View commit details
Copy full SHA for 4cf7874
View code at this point
Browse repository at this point
Commits on Oct 3, 2014
Renamed assertionMessage to messageAtLastKnownMarker in fourslash
sheetalkamat
committed
468e9b6
View commit details
Copy full SHA for 468e9b6
View code at this point
Browse repository at this point
Show the type information in places where there is no symbol associated
sheetalkamat
committed
61994a7
View commit details
Copy full SHA for 61994a7
View code at this point
Browse repository at this point
Adding rename tests.
CyrusNajmabadi
committed
1f045e1
View commit details
Copy full SHA for 1f045e1
View code at this point
Browse repository at this point
Fix the source map directory resolution with non case sensitive file names
sheetalkamat
committed
710bac6
View commit details
Copy full SHA for 710bac6
View code at this point
Browse repository at this point
Enable tests for the case sensitive and non case sensitive path resolution during soucemap path calculation
sheetalkamat
committed
fe8f736
View commit details
Copy full SHA for fe8f736
View code at this point
Browse repository at this point
Support rename in comments and strings.
CyrusNajmabadi
committed
2a8b9ef
View commit details
Copy full SHA for 2a8b9ef
View code at this point
Browse repository at this point
Add test case to verify the definition name and container name
Show description for 71b7710
sheetalkamat
committed
71b7710
View commit details
Copy full SHA for 71b7710
View code at this point
Browse repository at this point
Commits on Oct 2, 2014
Merge pull request #799 from Microsoft/stopBlindlyColoring
Show description for ffef437
DanielRosenwasser
committed
ffef437
View commit details
Copy full SHA for ffef437
View code at this point
Browse repository at this point
Commits on Oct 1, 2014
Fixed bug where value-space identifiers got classified as interfaces when sharing the same name as an interface.
DanielRosenwasser
committed
a6e991a
View commit details
Copy full SHA for a6e991a
View code at this point
Browse repository at this point
Fix argumentCount and selectedItemIndex
JsonFreeman
committed
b2bca72
View commit details
Copy full SHA for b2bca72
View code at this point
Browse repository at this point
Add test for empty arguments and arity filtering
JsonFreeman
committed
a897104
View commit details
Copy full SHA for a897104
View code at this point
Browse repository at this point
Enable signature help docComment testing
sheetalkamat
committed
c0138d1
View commit details
Copy full SHA for c0138d1
View code at this point
Browse repository at this point
Overload formatting in the symbol displaying
sheetalkamat
committed
df42336
View commit details
Copy full SHA for df42336
View code at this point
Browse repository at this point
Use SymbolDisplayParts api
sheetalkamat
committed
743046b
View commit details
Copy full SHA for 743046b
View code at this point
Browse repository at this point
Get the JSDoc comments for the symbols
Show description for d1a09da
sheetalkamat
committed
d1a09da
View commit details
Copy full SHA for d1a09da
View code at this point
Browse repository at this point
Commits on Sep 30, 2014
Merge pull request #763 from Microsoft/protectedCompletion
Show description for e49ff08
mhegazy
committed
e49ff08
View commit details
Copy full SHA for e49ff08
View code at this point
Browse repository at this point
Commits on Sep 26, 2014
Show marker names in fourslash test failures
mhegazy
committed
4227e58
View commit details
Copy full SHA for 4227e58
View code at this point
Browse repository at this point
Adjust sig help implementation to match the new simpler sig help API.
CyrusNajmabadi
committed
42f162e
View commit details
Copy full SHA for 42f162e
View code at this point
Browse repository at this point
Prevent non-TypeScript (HTML/JSON/...) files from being added to test suite.
RReverser
committed
fe5883b
View commit details
Copy full SHA for fe5883b
View code at this point
Browse repository at this point
Commits on Sep 25, 2014
Merge branch 'master' into classifiedSigHelp
Show description for 236b70b
CyrusNajmabadi
committed
236b70b
View commit details
Copy full SHA for 236b70b
View code at this point
Browse repository at this point
Switch signature help over to using display parts. This allows for classified sig help on the editor side.
CyrusNajmabadi
committed
c87615a
View commit details
Copy full SHA for c87615a
View code at this point
Browse repository at this point
Commits on Sep 24, 2014
Merge branch 'master' into cleanup
mhegazy
committed
d07b845
View commit details
Copy full SHA for d07b845
View code at this point
Browse repository at this point
Fix failure in tests.
mhegazy
committed
1fe4a52
View commit details
Copy full SHA for 1fe4a52
View code at this point
Browse repository at this point
Merge branch 'master' into sigHelp
Show description for 22e9897
JsonFreeman
committed
22e9897
View commit details
Copy full SHA for 22e9897
View code at this point
Browse repository at this point
Commits on Sep 23, 2014
Respond to PR comments
JsonFreeman
committed
8f60280
View commit details
Copy full SHA for 8f60280
View code at this point
Browse repository at this point
Merge branch 'master' into braceYourselves
DanielRosenwasser
committed
4c87375
View commit details
Copy full SHA for 4c87375
View code at this point
Browse repository at this point
Commits on Sep 22, 2014
Enable fourslash signature help tests
JsonFreeman
committed
927bab6
View commit details
Copy full SHA for 927bab6
View code at this point
Browse repository at this point
Merge branch 'release-1.1'
Show description for 9539422
mhegazy
committed
9539422
View commit details
Copy full SHA for 9539422
View code at this point
Browse repository at this point
Fixed fourslash bug for adjacent braces, courtesy of @mhegazy.
DanielRosenwasser
committed
8202150
View commit details
Copy full SHA for 8202150
View code at this point
Browse repository at this point
Commits on Sep 18, 2014
Remove unused third party tools
mhegazy
committed
d7573d3
View commit details
Copy full SHA for d7573d3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.