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 }}
johnangularjs
/
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
codeCoverage
User selector
All users
Datepicker
All time
Commit history
Commits on May 23, 2015
Code coverage task for coveralls
danquirk
committed
310bd0f
View commit details
Copy full SHA for 310bd0f
View code at this point
Browse repository at this point
Commits on May 21, 2015
Merge pull request #3239 from Microsoft/cyclicTypeInstantiation
Show description for 8918c8a
ahejlsberg
committed
8918c8a
View commit details
Copy full SHA for 8918c8a
View code at this point
Browse repository at this point
emitWithStatement should emit a WithStatement
ivogabe
committed
3bfc535
View commit details
Copy full SHA for 3bfc535
View code at this point
Browse repository at this point
Changing type mapping cache to be a dictionary
ahejlsberg
committed
ebcdd85
View commit details
Copy full SHA for ebcdd85
View code at this point
Browse repository at this point
Commits on May 20, 2015
Add cache to instantiateType function to break cycles
ahejlsberg
committed
de8597c
View commit details
Copy full SHA for de8597c
View code at this point
Browse repository at this point
Commits on May 19, 2015
Fix for #2971, adds missing logic in checkFunctionExpressionBodies
rbuckton
committed
d080f47
View commit details
Copy full SHA for d080f47
View code at this point
Browse repository at this point
Remove check for declare modifier on interface
Yui T
committed
67c27ee
View commit details
Copy full SHA for 67c27ee
View code at this point
Browse repository at this point
Commits on May 18, 2015
Merge pull request #3066 from tinganho/newWithSpread
Show description for 5bea6a9
JsonFreeman
committed
5bea6a9
View commit details
Copy full SHA for 5bea6a9
View code at this point
Browse repository at this point
Commits on May 17, 2015
Combining else blocks
tinganho
committed
ccd3de3
View commit details
Copy full SHA for ccd3de3
View code at this point
Browse repository at this point
Commits on May 16, 2015
Merge pull request #3185 from Microsoft/variableStatementComments
Show description for 0287d2f
DanielRosenwasser
committed
0287d2f
View commit details
Copy full SHA for 0287d2f
View code at this point
Browse repository at this point
Fixes concat style
tinganho
committed
78a36c0
View commit details
Copy full SHA for 78a36c0
View code at this point
Browse repository at this point
Merge pull request #3183 from Microsoft/marshalling_issue
Show description for 74f1dd6
vladima
committed
74f1dd6
View commit details
Copy full SHA for 74f1dd6
View code at this point
Browse repository at this point
Commits on May 15, 2015
use textSpanEnd instead of handrolled version
vladima
committed
66a91c3
View commit details
Copy full SHA for 66a91c3
View code at this point
Browse repository at this point
Added change to omit comments for variable statements when appropriate.
DanielRosenwasser
committed
bd21396
View commit details
Copy full SHA for bd21396
View code at this point
Browse repository at this point
addressed PR feedback
vladima
committed
d3a2dc0
View commit details
Copy full SHA for d3a2dc0
View code at this point
Browse repository at this point
during file update request only changed portion of the text from the host
vladima
committed
2c4801e
View commit details
Copy full SHA for 2c4801e
View code at this point
Browse repository at this point
Merge pull request #3157 from Microsoft/fixUnionReduction
Show description for e3812ff
ahejlsberg
committed
e3812ff
View commit details
Copy full SHA for e3812ff
View code at this point
Browse repository at this point
Addressing CR feedback
ahejlsberg
committed
194680f
View commit details
Copy full SHA for 194680f
View code at this point
Browse repository at this point
Merge pull request #3144 from Microsoft/fixRootPrefix
Show description for 68a4dee
vladima
committed
68a4dee
View commit details
Copy full SHA for 68a4dee
View code at this point
Browse repository at this point
addressed PR feedback
vladima
committed
8582d80
View commit details
Copy full SHA for 8582d80
View code at this point
Browse repository at this point
Merge pull request #3175 from Microsoft/release-1.5
Show description for 28c9ff1
JsonFreeman
committed
28c9ff1
View commit details
Copy full SHA for 28c9ff1
View code at this point
Browse repository at this point
Renamed alwaysCopy to needsUniqueCopy
tinganho
committed
e9f8a6f
View commit details
Copy full SHA for e9f8a6f
View code at this point
Browse repository at this point
Adds alwaysCopy argument
tinganho
committed
fb63aea
View commit details
Copy full SHA for fb63aea
View code at this point
Browse repository at this point
Adds an always emit of pair of parens in spread syntax in new expression in ES5
tinganho
committed
b88d542
View commit details
Copy full SHA for b88d542
View code at this point
Browse repository at this point
Changes to emitCallTarget
tinganho
committed
1be34f1
View commit details
Copy full SHA for 1be34f1
View code at this point
Browse repository at this point
Adds spread syntax in new expression in ES5
tinganho
committed
d130816
View commit details
Copy full SHA for d130816
View code at this point
Browse repository at this point
Commits on May 14, 2015
Merge branch 'master' into useCRLFByDefaultInTest
Yui T
committed
af3d67d
View commit details
Copy full SHA for af3d67d
View code at this point
Browse repository at this point
Address code review
Yui T
committed
afc0847
View commit details
Copy full SHA for afc0847
View code at this point
Browse repository at this point
Add a comment in getTypeOfAlias
JsonFreeman
committed
26f73d4
View commit details
Copy full SHA for 26f73d4
View code at this point
Browse repository at this point
Merge pull request #3085 from tinganho/nonInitExport
Show description for ce98da3
DanielRosenwasser
committed
ce98da3
View commit details
Copy full SHA for ce98da3
View code at this point
Browse repository at this point
Only call getTypeOfSymbol recursively if it's a value
JsonFreeman
committed
8922a09
View commit details
Copy full SHA for 8922a09
View code at this point
Browse repository at this point
Commits on May 13, 2015
Removing stack from removeSubtypes method
ahejlsberg
committed
ec18bd0
View commit details
Copy full SHA for ec18bd0
View code at this point
Browse repository at this point
Merge branch 'master' into fixUnionReduction
Show description for a8732d7
ahejlsberg
committed
a8732d7
View commit details
Copy full SHA for a8732d7
View code at this point
Browse repository at this point
Merge pull request #2979 from Microsoft/completionFixes
Show description for 7dd1f3f
paulvanbrenk
committed
7dd1f3f
View commit details
Copy full SHA for 7dd1f3f
View code at this point
Browse repository at this point
Merge branch 'release-1.5'
JsonFreeman
committed
d5a9aff
View commit details
Copy full SHA for d5a9aff
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.