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 }}
abbasmhd
/
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
on
reuseProgramStructure
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 9, 2015
clean old program to prevent it from being captured into the closure
vladima
committed
e15c700
View commit details
Copy full SHA for e15c700
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/master' into reuseProgramStructure
vladima
committed
6a502cd
View commit details
Copy full SHA for 6a502cd
View code at this point
Browse repository at this point
addressed PR feedback
vladima
committed
2685d40
View commit details
Copy full SHA for 2685d40
View code at this point
Browse repository at this point
Merge pull request #3763 from tinganho/typePredicateDeclEmit
Show description for e336701
mhegazy
committed
e336701
View commit details
Copy full SHA for e336701
View code at this point
Browse repository at this point
Fixes spacing issue
tinganho
committed
4e644e5
View commit details
Copy full SHA for 4e644e5
View code at this point
Browse repository at this point
fixed issue https://github.com/Microsoft/TypeScript/issues/3486
ShyykoSerhiy
committed
43307ed
View commit details
Copy full SHA for 43307ed
View code at this point
Browse repository at this point
Adds type predicate signature display and addresses CR feedback
tinganho
committed
28976a0
View commit details
Copy full SHA for 28976a0
View code at this point
Browse repository at this point
Fixes emit of type predicated in delcaration files
tinganho
committed
951084f
View commit details
Copy full SHA for 951084f
View code at this point
Browse repository at this point
Merge pull request #3789 from tinganho/formatFourslash
Show description for 43febe5
RyanCavanaugh
committed
43febe5
View commit details
Copy full SHA for 43febe5
View code at this point
Browse repository at this point
Fixes fourslash code formatting
tinganho
committed
98e6db4
View commit details
Copy full SHA for 98e6db4
View code at this point
Browse repository at this point
Commits on Jul 8, 2015
Merge pull request #3772 from Microsoft/allowModifier
Show description for 42bff6b
yuit
committed
42bff6b
View commit details
Copy full SHA for 42bff6b
View code at this point
Browse repository at this point
Address code review
Yui T
committed
8e15a42
View commit details
Copy full SHA for 8e15a42
View code at this point
Browse repository at this point
Merge pull request #3778 from Microsoft/noPushApply
Show description for aaf0f78
CyrusNajmabadi
committed
aaf0f78
View commit details
Copy full SHA for aaf0f78
View code at this point
Browse repository at this point
Don't call push.apply, it can stack overflow with large arrays.
CyrusNajmabadi
committed
e0e9bcf
View commit details
Copy full SHA for e0e9bcf
View code at this point
Browse repository at this point
Commits on Jul 7, 2015
Only check if method declaration has modifier when method is declared in object literal expression
Yui T
committed
cdc999a
View commit details
Copy full SHA for cdc999a
View code at this point
Browse repository at this point
Actually fix the bug this time.
RyanCavanaugh
committed
8f3bce1
View commit details
Copy full SHA for 8f3bce1
View code at this point
Browse repository at this point
Merge remote-tracking branch 'upstream/master' into fix3737
RyanCavanaugh
committed
24d22da
View commit details
Copy full SHA for 24d22da
View code at this point
Browse repository at this point
Merge pull request #3727 from Microsoft/elipsisMeansQuiet
Show description for 8cdd59f
DanielRosenwasser
committed
8cdd59f
View commit details
Copy full SHA for 8cdd59f
View code at this point
Browse repository at this point
Merge pull request #3757 from Microsoft/noImportClauseBuilders
Show description for f2731e4
DanielRosenwasser
committed
f2731e4
View commit details
Copy full SHA for f2731e4
View code at this point
Browse repository at this point
Merge pull request #3770 from RyanCavanaugh/fix3764
Show description for 719498e
RyanCavanaugh
committed
719498e
View commit details
Copy full SHA for 719498e
View code at this point
Browse repository at this point
Cleanup
RyanCavanaugh
committed
3ccaa0e
View commit details
Copy full SHA for 3ccaa0e
View code at this point
Browse repository at this point
Improved fix from @JsonFreeman
RyanCavanaugh
committed
99fc99f
View commit details
Copy full SHA for 99fc99f
View code at this point
Browse repository at this point
Merge pull request #3769 from Microsoft/bindingAnonymouseWithName
Show description for 42168e3
yuit
committed
42168e3
View commit details
Copy full SHA for 42168e3
View code at this point
Browse repository at this point
Remove check if node is a block
Yui T
committed
48ae5ea
View commit details
Copy full SHA for 48ae5ea
View code at this point
Browse repository at this point
Whitespace
RyanCavanaugh
committed
006356d
View commit details
Copy full SHA for 006356d
View code at this point
Browse repository at this point
Addressed CR feedback.
DanielRosenwasser
committed
d353d62
View commit details
Copy full SHA for d353d62
View code at this point
Browse repository at this point
Fix bug #3737 (exported JSX classes props not validated)
RyanCavanaugh
committed
311d20f
View commit details
Copy full SHA for 311d20f
View code at this point
Browse repository at this point
Mark 'React' symbol as used and error if it doesn't exist
RyanCavanaugh
committed
1568bfd
View commit details
Copy full SHA for 1568bfd
View code at this point
Browse repository at this point
Bind classExpression and functionExpression to its name if the expression is declared with name
Yui T
committed
93a721c
View commit details
Copy full SHA for 93a721c
View code at this point
Browse repository at this point
Merge pull request #3751 from RyanCavanaugh/fix3678
Show description for f682980
RyanCavanaugh
committed
f682980
View commit details
Copy full SHA for f682980
View code at this point
Browse repository at this point
Commits on Jul 6, 2015
Merge branch 'master' into noImportClauseBuilders
Show description for f20cc83
DanielRosenwasser
committed
f20cc83
View commit details
Copy full SHA for f20cc83
View code at this point
Browse repository at this point
Merge branch 'master' into elipsisMeansQuiet
DanielRosenwasser
committed
15962e0
View commit details
Copy full SHA for 15962e0
View code at this point
Browse repository at this point
Merge pull request #3698 from Microsoft/noObjectBindingBuilder
Show description for 204d960
DanielRosenwasser
committed
204d960
View commit details
Copy full SHA for 204d960
View code at this point
Browse repository at this point
Removed unnecessary check.
DanielRosenwasser
committed
be18381
View commit details
Copy full SHA for be18381
View code at this point
Browse repository at this point
Adding comments.
CyrusNajmabadi
committed
3a26cd2
View commit details
Copy full SHA for 3a26cd2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.