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
compiler
on
semanticColorizationModules
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 9, 2014
Merge branch 'master' into fixThrowExceptionOnEmitFile
Yui T
committed
00c30a3
View commit details
Copy full SHA for 00c30a3
View code at this point
Browse repository at this point
Add isDeclarationFile and update similar all usage
Yui T
committed
3cb6c9c
View commit details
Copy full SHA for 3cb6c9c
View code at this point
Browse repository at this point
Fix comments
Yui T
committed
ab5f024
View commit details
Copy full SHA for ab5f024
View code at this point
Browse repository at this point
Merge branch 'master' into symbolInfoFormatting
sheetalkamat
committed
279791e
View commit details
Copy full SHA for 279791e
View code at this point
Browse repository at this point
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
Fix formatting
Yui T
committed
90ed17b
View commit details
Copy full SHA for 90ed17b
View code at this point
Browse repository at this point
Add more test cases
Yui T
committed
67eff65
View commit details
Copy full SHA for 67eff65
View code at this point
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
View code at this point
Browse repository at this point
Fixed the typo
sheetalkamat
committed
4061e02
View commit details
Copy full SHA for 4061e02
View code at this point
Browse repository at this point
Merge branch 'master' into objectLiteralCompletion
mhegazy
committed
29c5b40
View commit details
Copy full SHA for 29c5b40
View code at this point
Browse repository at this point
Respond to code review comments
mhegazy
committed
2e9a20f
View commit details
Copy full SHA for 2e9a20f
View code at this point
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
View code at this point
Browse repository at this point
CR feedback on the checker
DanielRosenwasser
committed
eb3106d
View commit details
Copy full SHA for eb3106d
View code at this point
Browse repository at this point
Code Review feedback: Quick info will show type of undefined as undefined instead of any
sheetalkamat
committed
b405045
View commit details
Copy full SHA for b405045
View code at this point
Browse repository at this point
Code review feedback - Show the type as any even inside the with block
sheetalkamat
committed
e1b7652
View commit details
Copy full SHA for e1b7652
View code at this point
Browse repository at this point
Address code review
Yui T
committed
b90c5f2
View commit details
Copy full SHA for b90c5f2
View code at this point
Browse repository at this point
Fix throwing exception from emitFile
Yui T
committed
96cdc4f
View commit details
Copy full SHA for 96cdc4f
View code at this point
Browse repository at this point
Commits on Oct 7, 2014
Merge branch 'master' into sigHelpCrash
JsonFreeman
committed
0cb9972
View commit details
Copy full SHA for 0cb9972
View code at this point
Browse repository at this point
Fix the quickInfo for rest parameters
sheetalkamat
committed
578e7f7
View commit details
Copy full SHA for 578e7f7
View code at this point
Browse repository at this point
Add assserts to help diagnose signature help crash #832
JsonFreeman
committed
8346b48
View commit details
Copy full SHA for 8346b48
View code at this point
Browse repository at this point
Merge branch 'master' into getEmitOutputExternalModule
Yui T
committed
530a5c0
View commit details
Copy full SHA for 530a5c0
View code at this point
Browse repository at this point
Address code review
Yui T
committed
7d72503
View commit details
Copy full SHA for 7d72503
View code at this point
Browse repository at this point
Quick info on undefined
Show description for 2cc2094
sheetalkamat
committed
2cc2094
View commit details
Copy full SHA for 2cc2094
View code at this point
Browse repository at this point
Fix spelling
Yui T
committed
d345d22
View commit details
Copy full SHA for d345d22
View code at this point
Browse repository at this point
Fix compileOnSave with external module
Yui T
committed
be02f96
View commit details
Copy full SHA for be02f96
View code at this point
Browse repository at this point
Update compiler version to 1.3
JsonFreeman
committed
0625cc4
View commit details
Copy full SHA for 0625cc4
View code at this point
Browse repository at this point
Commits on Oct 6, 2014
Reverted code back to original location since these functions no longer need to be exported.
DanielRosenwasser
committed
eb5d378
View commit details
Copy full SHA for eb5d378
View code at this point
Browse repository at this point
Merge pull request #826 from Microsoft/navBarTweak
Show description for e1bb169
CyrusNajmabadi
committed
e1bb169
View commit details
Copy full SHA for e1bb169
View code at this point
Browse repository at this point
Fix generic symbol display information
sheetalkamat
committed
be051f0
View commit details
Copy full SHA for be051f0
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
Tweak how we populate NavBarItems.
Show description for 7222963
CyrusNajmabadi
committed
7222963
View commit details
Copy full SHA for 7222963
View code at this point
Browse repository at this point
Commits on Oct 5, 2014
Merge pull request #823 from chrisbubernak/betterErrorsForBitwiseOperatorsOnBooleans
Show description for 432fff1
mhegazy
committed
432fff1
View commit details
Copy full SHA for 432fff1
View code at this point
Browse repository at this point
Commits on Oct 4, 2014
fixed spelling mistake
chrisbubernak
committed
7398853
View commit details
Copy full SHA for 7398853
View code at this point
Browse repository at this point
Made fixes based on CR feedback
chrisbubernak
committed
6044e3a
View commit details
Copy full SHA for 6044e3a
View code at this point
Browse repository at this point
specific type for function param
chrisbubernak
committed
a500ac2
View commit details
Copy full SHA for a500ac2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.