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 }}
SallyOne
/
TypeScript
Public
forked from
microsoft/TypeScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
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
tests
cases
conformance
on
stringInForIn
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 31, 2015
use string as type of variable in ForInStatement
vladima
committed
c1dbd7b
View commit details
Copy full SHA for c1dbd7b
View code at this point
Browse repository at this point
Commits on Dec 21, 2015
Added positive test case suggested in #6129.
DanielRosenwasser
committed
73de79c
View commit details
Copy full SHA for 73de79c
View code at this point
Browse repository at this point
Merge pull request #6129 from pimterry/decorator-overload-msg
Show description for ee50adb
DanielRosenwasser
committed
ee50adb
View commit details
Copy full SHA for ee50adb
View code at this point
Browse repository at this point
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
Commits on Dec 17, 2015
Improve decorator on overload error message (fixes #6064)
pimterry
committed
411e90d
View commit details
Copy full SHA for 411e90d
View code at this point
Browse repository at this point
Commits on Dec 15, 2015
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
Added tests.
DanielRosenwasser
committed
5cbf17d
View commit details
Copy full SHA for 5cbf17d
View code at this point
Browse repository at this point
Commits on Dec 11, 2015
Added tests for 'void' return type compatibilty on overloads and implementations.
DanielRosenwasser
committed
3cdfc36
View commit details
Copy full SHA for 3cdfc36
View code at this point
Browse repository at this point
Fixed unnecessary error in test.
DanielRosenwasser
committed
e9dc011
View commit details
Copy full SHA for e9dc011
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
Commits on Dec 10, 2015
Merge branch 'master' into this-type-guards
weswigham
committed
2885eb2
View commit details
Copy full SHA for 2885eb2
View code at this point
Browse repository at this point
Commits on Dec 9, 2015
Added test for immediately invoked class expression.
DanielRosenwasser
committed
e4c5676
View commit details
Copy full SHA for e4c5676
View code at this point
Browse repository at this point
Merge branch 'master' into this-type-guards
weswigham
committed
b0bfa0f
View commit details
Copy full SHA for b0bfa0f
View code at this point
Browse repository at this point
grand unified theory of predicate types
weswigham
committed
4594301
View commit details
Copy full SHA for 4594301
View code at this point
Browse repository at this point
Commits on Dec 8, 2015
fix generic instantiation, nested this guards now work
weswigham
committed
b6eb4ae
View commit details
Copy full SHA for b6eb4ae
View code at this point
Browse repository at this point
Remove empty test.
DanielRosenwasser
committed
2c2b8be
View commit details
Copy full SHA for 2c2b8be
View code at this point
Browse repository at this point
Fixed test to explicitly have return type annotation.
DanielRosenwasser
committed
2cc6c4c
View commit details
Copy full SHA for 2cc6c4c
View code at this point
Browse repository at this point
Parse JSX attributes as AssignmentExpressions
Show description for 51c5474
RyanCavanaugh
committed
51c5474
View commit details
Copy full SHA for 51c5474
View code at this point
Browse repository at this point
Fix narrowing, interfaces. Expose issue with generic instantiation
weswigham
committed
be6e341
View commit details
Copy full SHA for be6e341
View code at this point
Browse repository at this point
Commits on Dec 7, 2015
Identify JSX closing tags as identifiers so they emit correctly
Show description for 04f8c32
RyanCavanaugh
committed
04f8c32
View commit details
Copy full SHA for 04f8c32
View code at this point
Browse repository at this point
Commits on Dec 4, 2015
Merge pull request #5148 from weswigham/duplicate-export-behavior
Show description for 9b441d8
weswigham
committed
9b441d8
View commit details
Copy full SHA for 9b441d8
View code at this point
Browse repository at this point
first pass at this type predicate members
weswigham
committed
b9f310d
View commit details
Copy full SHA for b9f310d
View code at this point
Browse repository at this point
Commits on Dec 3, 2015
feedback from pr
weswigham
committed
d7208e8
View commit details
Copy full SHA for d7208e8
View code at this point
Browse repository at this point
Add tests, remove internal annotation form enum
weswigham
committed
859cc53
View commit details
Copy full SHA for 859cc53
View code at this point
Browse repository at this point
Commits on Dec 2, 2015
respect root dir/common src dir when generating module names
weswigham
committed
951a77f
View commit details
Copy full SHA for 951a77f
View code at this point
Browse repository at this point
Commits on Dec 1, 2015
Merge pull request #5841 from Microsoft/fixAsyncReferencedImport
Show description for 7d920c2
rbuckton
committed
7d920c2
View commit details
Copy full SHA for 7d920c2
View code at this point
Browse repository at this point
Merge pull request #5596 from RyanCavanaugh/statelessFunctionComponents
Show description for bc92e4e
RyanCavanaugh
committed
bc92e4e
View commit details
Copy full SHA for bc92e4e
View code at this point
Browse repository at this point
Additional tests
rbuckton
committed
316ab1e
View commit details
Copy full SHA for 316ab1e
View code at this point
Browse repository at this point
Merge branch 'master' into statelessFunctionComponents
RyanCavanaugh
committed
bafe053
View commit details
Copy full SHA for bafe053
View code at this point
Browse repository at this point
Fix #5844 - add many new tests covering named/anonymous default exports
weswigham
committed
cff83c5
View commit details
Copy full SHA for cff83c5
View code at this point
Browse repository at this point
Merge branch 'master' into fixAsyncReferecedImport
rbuckton
committed
c792fd2
View commit details
Copy full SHA for c792fd2
View code at this point
Browse repository at this point
Commits on Nov 30, 2015
Merge pull request #5840 from Microsoft/fixExtraAwaiter
Show description for aae6749
rbuckton
committed
aae6749
View commit details
Copy full SHA for aae6749
View code at this point
Browse repository at this point
Fixes #5789.
rbuckton
committed
c108042
View commit details
Copy full SHA for c108042
View code at this point
Browse repository at this point
Fixes #5564.
rbuckton
committed
6d15954
View commit details
Copy full SHA for 6d15954
View code at this point
Browse repository at this point
Commits on Nov 26, 2015
Merge branch 'master' into duplicate-export-behavior
weswigham
committed
8c40dc8
View commit details
Copy full SHA for 8c40dc8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.