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
Branch selector
reportErrorFromTargetFile
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 13, 2014
Address code review
Yui T
committed
e556eaf
View commit details
Copy full SHA for e556eaf
Browse repository at this point
Add test case to make sure that we only report an error from target file
Yui T
committed
7594957
View commit details
Copy full SHA for 7594957
Browse repository at this point
Update language service to use getDeclarationDiagnostics instead of emitFile to get declaration errors
Yui T
committed
848bfe7
View commit details
Copy full SHA for 848bfe7
Browse repository at this point
Refactoring parameters formatting
Yui T
committed
cc48fc3
View commit details
Copy full SHA for cc48fc3
Browse repository at this point
Commits on Oct 10, 2014
Refactoring emitDeclaration, separate emitDeclaration from emitFiles
Yui T
committed
fee4343
View commit details
Copy full SHA for fee4343
Browse repository at this point
Merge pull request #872 from Microsoft/fixNewLines
Show description for 50ff899
CyrusNajmabadi
committed
50ff899
View commit details
Copy full SHA for 50ff899
Browse repository at this point
Fix newlines in tests
CyrusNajmabadi
committed
d003561
View commit details
Copy full SHA for d003561
Browse repository at this point
Fixing badge URL
danquirk
committed
461147a
View commit details
Copy full SHA for 461147a
Browse repository at this point
Adding some badges
danquirk
committed
d1e850a
View commit details
Copy full SHA for d1e850a
Browse repository at this point
Merge pull request #867 from Microsoft/reAddColorizationFix
Show description for 4ac3be0
DanielRosenwasser
committed
4ac3be0
View commit details
Copy full SHA for 4ac3be0
Browse repository at this point
Re-added semantic colorization fix for colliding types colliding in value and namespace space, added a test.
DanielRosenwasser
committed
b2457bd
View commit details
Copy full SHA for b2457bd
Browse repository at this point
Commits on Oct 9, 2014
Merge pull request #856 from Microsoft/fixThrowExceptionOnEmitFile
Show description for 35c9ce1
Yui
committed
35c9ce1
View commit details
Copy full SHA for 35c9ce1
Browse repository at this point
Merge branch 'master' into fixThrowExceptionOnEmitFile
Yui T
committed
016c3a0
View commit details
Copy full SHA for 016c3a0
Browse repository at this point
Merge pull request #865 from Microsoft/undoContextualSemanticClassification
Show description for c5c0576
DanielRosenwasser
committed
c5c0576
View commit details
Copy full SHA for c5c0576
Browse repository at this point
Merge branch 'master' into fixThrowExceptionOnEmitFile
Yui T
committed
00c30a3
View commit details
Copy full SHA for 00c30a3
Browse repository at this point
Add isDeclarationFile and update similar all usage
Yui T
committed
3cb6c9c
View commit details
Copy full SHA for 3cb6c9c
Browse repository at this point
Addressed CR feedback.
DanielRosenwasser
committed
8659dc5
View commit details
Copy full SHA for 8659dc5
Browse repository at this point
Undid changes where contextual semantics are taken into account.
DanielRosenwasser
committed
8fd1c79
View commit details
Copy full SHA for 8fd1c79
Browse repository at this point
Merge pull request #864 from Microsoft/quickInfoMerge
Show description for b757490
sheetalkamat
committed
b757490
View commit details
Copy full SHA for b757490
Browse repository at this point
Fixed the bad merge and tests failing because of it
sheetalkamat
committed
87a92b3
View commit details
Copy full SHA for 87a92b3
Browse repository at this point
Add baseline
Yui T
committed
6cb7ffb
View commit details
Copy full SHA for 6cb7ffb
Browse repository at this point
Fix comments
Yui T
committed
ab5f024
View commit details
Copy full SHA for ab5f024
Browse repository at this point
Merge pull request #793 from Microsoft/symbolInfoFormatting
Show description for 8b3904f
sheetalkamat
committed
8b3904f
View commit details
Copy full SHA for 8b3904f
Browse repository at this point
Merge branch 'master' into symbolInfoFormatting
sheetalkamat
committed
279791e
View commit details
Copy full SHA for 279791e
Browse repository at this point
Merge branch 'master' into symbolInfoFormatting
sheetalkamat
committed
58cfc98
View commit details
Copy full SHA for 58cfc98
Browse repository at this point
Fix formatting
Yui T
committed
90ed17b
View commit details
Copy full SHA for 90ed17b
Browse repository at this point
Add more test cases
Yui T
committed
67eff65
View commit details
Copy full SHA for 67eff65
Browse repository at this point
Merge pull request #859 from Microsoft/useProperMeaningAtLocation
Show description for 400f6eb
DanielRosenwasser
committed
400f6eb
View commit details
Copy full SHA for 400f6eb
Browse repository at this point
Fixed the typo
sheetalkamat
committed
4061e02
View commit details
Copy full SHA for 4061e02
Browse repository at this point
Merge pull request #853 from Microsoft/objectLiteralCompletion
Show description for 2d2c4a9
mhegazy
committed
2d2c4a9
View commit details
Copy full SHA for 2d2c4a9
Browse repository at this point
Merge branch 'master' into objectLiteralCompletion
mhegazy
committed
29c5b40
View commit details
Copy full SHA for 29c5b40
Browse repository at this point
Respond to code review comments
mhegazy
committed
2e9a20f
View commit details
Copy full SHA for 2e9a20f
Browse repository at this point
Commits on Oct 8, 2014
Try to pick a good signature, if no signature matches
mhegazy
committed
a8a1fa2
View commit details
Copy full SHA for a8a1fa2
Browse repository at this point
CR feedback on the checker
DanielRosenwasser
committed
eb3106d
View commit details
Copy full SHA for eb3106d
Browse repository at this point
Add baseline
Yui T
committed
40f6b67
View commit details
Copy full SHA for 40f6b67
Browse repository at this point
Previous
Next
You can’t perform that action at this time.