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 }}
pkdevboxy
/
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
master
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 18, 2015
Merge pull request #6104 from RyanCavanaugh/fix6029
Show description for 0163675
RyanCavanaugh
committed
0163675
View commit details
Copy full SHA for 0163675
View code at this point
Browse repository at this point
Merge pull request #6141 from Microsoft/linting_services
Show description for 710a5be
yuit
committed
710a5be
View commit details
Copy full SHA for 710a5be
View code at this point
Browse repository at this point
Merge pull request #6075 from Microsoft/overloadCompatibility
Show description for 8d46ffd
DanielRosenwasser
committed
8d46ffd
View commit details
Copy full SHA for 8d46ffd
View code at this point
Browse repository at this point
Merge pull request #6036 from Microsoft/structural-enums
Show description for 4d792f2
sandersn
committed
4d792f2
View commit details
Copy full SHA for 4d792f2
View code at this point
Browse repository at this point
Get type of target enum outside the lookup loop
sandersn
committed
b04bd66
View commit details
Copy full SHA for b04bd66
View code at this point
Browse repository at this point
Commits on Dec 17, 2015
Get rid of list and map abstractions to reduce GC pressure
sandersn
committed
d59831b
View commit details
Copy full SHA for d59831b
View code at this point
Browse repository at this point
Commits on Dec 16, 2015
Fix linter nits.
DanielRosenwasser
committed
731925b
View commit details
Copy full SHA for 731925b
View code at this point
Browse repository at this point
Use a comparison function instead of creating a new type for each signature.
DanielRosenwasser
committed
d8db60a
View commit details
Copy full SHA for d8db60a
View code at this point
Browse repository at this point
Commits on Dec 15, 2015
Use nicer flag collection method
RyanCavanaugh
committed
a2b6e8c
View commit details
Copy full SHA for a2b6e8c
View code at this point
Browse repository at this point
Fix linting issue
Yui T
committed
ec95f99
View commit details
Copy full SHA for ec95f99
View code at this point
Browse repository at this point
Merge pull request #6083 from Microsoft/simplifyDeferredChecking
Show description for 55d4f0f
ahejlsberg
committed
55d4f0f
View commit details
Copy full SHA for 55d4f0f
View code at this point
Browse repository at this point
Properly handle multiply-declared optional properties in JSX attr. type
Show description for 023e375
RyanCavanaugh
committed
023e375
View commit details
Copy full SHA for 023e375
View code at this point
Browse repository at this point
Commits on Dec 14, 2015
Merge pull request #5876 from RyanCavanaugh/javaScriptPrototypes
Show description for 2f447ee
RyanCavanaugh
committed
2f447ee
View commit details
Copy full SHA for 2f447ee
View code at this point
Browse repository at this point
Check for function flag on class symbol
RyanCavanaugh
committed
37f3ff8
View commit details
Copy full SHA for 37f3ff8
View code at this point
Browse repository at this point
Mark anonymous type as resolved before resolving call signatures
ahejlsberg
committed
e354aec
View commit details
Copy full SHA for e354aec
View code at this point
Browse repository at this point
Commits on Dec 12, 2015
Simplify deferred checking of function, class, and accessor bodies.
ahejlsberg
committed
b44f6e4
View commit details
Copy full SHA for b44f6e4
View code at this point
Browse repository at this point
Merge pull request #6058 from Microsoft/delayAccessorBodyCheck
Show description for 87036fe
ahejlsberg
committed
87036fe
View commit details
Copy full SHA for 87036fe
View code at this point
Browse repository at this point
Merge pull request #6074 from Microsoft/supportChakra
Show description for 9d1cc31
paulvanbrenk
committed
9d1cc31
View commit details
Copy full SHA for 9d1cc31
View code at this point
Browse repository at this point
trailing whitespace
Paul van Brenk
committed
2749373
View commit details
Copy full SHA for 2749373
View code at this point
Browse repository at this point
make ChakraHost more generally usefull
Paul van Brenk
committed
0c365da
View commit details
Copy full SHA for 0c365da
View code at this point
Browse repository at this point
Merge pull request #6044 from weswigham/redeclared-export-type
Show description for 5ee0957
weswigham
committed
5ee0957
View commit details
Copy full SHA for 5ee0957
View code at this point
Browse repository at this point
Do some caching so that we don't repeat the same work for the implementation signature for every overload.
DanielRosenwasser
committed
73526cf
View commit details
Copy full SHA for 73526cf
View code at this point
Browse repository at this point
Commits on Dec 11, 2015
Reversed order of checks, since the implementation will typically be more general than the overload.
DanielRosenwasser
committed
a236461
View commit details
Copy full SHA for a236461
View code at this point
Browse repository at this point
Specifically test for 'void' to permit implementations to return more than what was guaranteed.
DanielRosenwasser
committed
9b507b7
View commit details
Copy full SHA for 9b507b7
View code at this point
Browse repository at this point
Merge branch 'master' into overloadCompatibility
DanielRosenwasser
committed
fc170da
View commit details
Copy full SHA for fc170da
View code at this point
Browse repository at this point
Merge pull request #5860 from Microsoft/superPropertiesInES6
Show description for f51de5b
vladima
committed
f51de5b
View commit details
Copy full SHA for f51de5b
View code at this point
Browse repository at this point
Addressing CR feedback
ahejlsberg
committed
18e23a1
View commit details
Copy full SHA for 18e23a1
View code at this point
Browse repository at this point
Fix lint
sandersn
committed
dc9d307
View commit details
Copy full SHA for dc9d307
View code at this point
Browse repository at this point
Filter for enum members only.
sandersn
committed
8202576
View commit details
Copy full SHA for 8202576
View code at this point
Browse repository at this point
Rollback to polling file watching
Zhengbo Li
committed
564c4af
View commit details
Copy full SHA for 564c4af
View code at this point
Browse repository at this point
add feedback from PR
weswigham
committed
ef6c137
View commit details
Copy full SHA for ef6c137
View code at this point
Browse repository at this point
Merge pull request #5949 from Microsoft/typeParametersAsConstraints
Show description for ff78477
ahejlsberg
committed
ff78477
View commit details
Copy full SHA for ff78477
View code at this point
Browse repository at this point
Defer checks of accessor bodies in object literals
ahejlsberg
committed
7fe811e
View commit details
Copy full SHA for 7fe811e
View code at this point
Browse repository at this point
Commits on Dec 10, 2015
Use typeof enum to resolve members.
Show description for da8e19e
sandersn
committed
da8e19e
View commit details
Copy full SHA for da8e19e
View code at this point
Browse repository at this point
Handle merged enums
sandersn
committed
a995b23
View commit details
Copy full SHA for a995b23
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.