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 }}
HackPoint
/
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
tests
on
comparableRelation
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 5, 2015
Merge branch 'master' into comparableRelation
Show description for 0a706c4
DanielRosenwasser
committed
0a706c4
View commit details
Copy full SHA for 0a706c4
View code at this point
Browse repository at this point
Accepted baselines.
DanielRosenwasser
committed
e0385a4
View commit details
Copy full SHA for e0385a4
View code at this point
Browse repository at this point
Commits on Nov 4, 2015
Accepted baselines.
DanielRosenwasser
committed
f6eacb9
View commit details
Copy full SHA for f6eacb9
View code at this point
Browse repository at this point
do not report 'unreachable code' on empty statements
vladima
committed
652a3a4
View commit details
Copy full SHA for 652a3a4
View code at this point
Browse repository at this point
Accepted baselines.
DanielRosenwasser
committed
fa6e181
View commit details
Copy full SHA for fa6e181
View code at this point
Browse repository at this point
Commits on Nov 2, 2015
Update baselines
mhegazy
committed
8d60ed3
View commit details
Copy full SHA for 8d60ed3
View code at this point
Browse repository at this point
Merge pull request #4788 from Microsoft/reachabilityChecks
Show description for fb15e9c
vladima
committed
fb15e9c
View commit details
Copy full SHA for fb15e9c
View code at this point
Browse repository at this point
Merge pull request #5450 from sarod/allow-comments-tsconfig
Show description for 3e63144
mhegazy
committed
3e63144
View commit details
Copy full SHA for 3e63144
View code at this point
Browse repository at this point
Merge pull request #5472 from MartyIX/issue-5183
Show description for f503169
yuit
committed
f503169
View commit details
Copy full SHA for f503169
View code at this point
Browse repository at this point
Merge pull request #5474 from Microsoft/forbid-this-as-constructor-parameter-type
Show description for cc64210
sandersn
committed
cc64210
View commit details
Copy full SHA for cc64210
View code at this point
Browse repository at this point
Add a variable of type `this` in constructor body
Show description for 67b9647
sandersn
committed
67b9647
View commit details
Copy full SHA for 67b9647
View code at this point
Browse repository at this point
Preserve copyright comments when generating d.ts files
MartyIX
committed
1703972
View commit details
Copy full SHA for 1703972
View code at this point
Browse repository at this point
Commits on Nov 1, 2015
Use regex for repacing comments content.
Show description for 638e4b7
sarod
committed
638e4b7
View commit details
Copy full SHA for 638e4b7
View code at this point
Browse repository at this point
Commits on Oct 31, 2015
New commit using TS scanner.
Show description for 00b389d
sarod
committed
00b389d
View commit details
Copy full SHA for 00b389d
View code at this point
Browse repository at this point
Accepted baselines.
DanielRosenwasser
committed
d5dd69b
View commit details
Copy full SHA for d5dd69b
View code at this point
Browse repository at this point
Commits on Oct 30, 2015
Moved test.
DanielRosenwasser
committed
982926a
View commit details
Copy full SHA for 982926a
View code at this point
Browse repository at this point
Accepted baselines.
DanielRosenwasser
committed
6a277d9
View commit details
Copy full SHA for 6a277d9
View code at this point
Browse repository at this point
Accepted baselines.
DanielRosenwasser
committed
f36b6ab
View commit details
Copy full SHA for f36b6ab
View code at this point
Browse repository at this point
Added failing test.
DanielRosenwasser
committed
c3c9e51
View commit details
Copy full SHA for c3c9e51
View code at this point
Browse repository at this point
Accept baselines
sandersn
committed
84b8947
View commit details
Copy full SHA for 84b8947
View code at this point
Browse repository at this point
Add tests based on #5449
sandersn
committed
e609047
View commit details
Copy full SHA for e609047
View code at this point
Browse repository at this point
Accept baselines
sandersn
committed
1b0bc8a
View commit details
Copy full SHA for 1b0bc8a
View code at this point
Browse repository at this point
Commits on Oct 29, 2015
Accepted baselines.
DanielRosenwasser
committed
ab7c4e5
View commit details
Copy full SHA for ab7c4e5
View code at this point
Browse repository at this point
Renamed test directory.
DanielRosenwasser
committed
5cb95d4
View commit details
Copy full SHA for 5cb95d4
View code at this point
Browse repository at this point
merge with master
vladima
committed
3f11c0b
View commit details
Copy full SHA for 3f11c0b
View code at this point
Browse repository at this point
Fix handling of escaped characters in string
sarod
committed
f5e73ab
View commit details
Copy full SHA for f5e73ab
View code at this point
Browse repository at this point
Allow comments in tsconfig.json issue #4987
sarod
committed
b60d88f
View commit details
Copy full SHA for b60d88f
View code at this point
Browse repository at this point
Accepted baselines.
DanielRosenwasser
committed
441dd78
View commit details
Copy full SHA for 441dd78
View code at this point
Browse repository at this point
Added tests on intersection types.
DanielRosenwasser
committed
262352e
View commit details
Copy full SHA for 262352e
View code at this point
Browse repository at this point
Accepted baselines.
DanielRosenwasser
committed
929808e
View commit details
Copy full SHA for 929808e
View code at this point
Browse repository at this point
Merge pull request #5422 from weswigham/const-enum-deprocdessing
Show description for d3b95d2
weswigham
committed
d3b95d2
View commit details
Copy full SHA for d3b95d2
View code at this point
Browse repository at this point
Commits on Oct 28, 2015
Merge pull request #5375 from MartyIX/issue-5109
Show description for 8e732c9
mhegazy
committed
8e732c9
View commit details
Copy full SHA for 8e732c9
View code at this point
Browse repository at this point
Add warning message empty THEN clause
MartyIX
committed
1e21088
View commit details
Copy full SHA for 1e21088
View code at this point
Browse repository at this point
Use resolvedSymbol instead of mergedSymbol.
Show description for 96504fa
rbuckton
committed
96504fa
View commit details
Copy full SHA for 96504fa
View code at this point
Browse repository at this point
Accepted baselines.
DanielRosenwasser
committed
7426aca
View commit details
Copy full SHA for 7426aca
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.