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
src
services
on
comparableRelation
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 2, 2015
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
Commits on Oct 29, 2015
remove 'path' suffix from FileMap methods
vladima
committed
534bb62
View commit details
Copy full SHA for 534bb62
View code at this point
Browse repository at this point
introduce Path as branded string type, switch FileMap to use Path
vladima
committed
e1b4f01
View commit details
Copy full SHA for e1b4f01
View code at this point
Browse repository at this point
FileMap now internally stores absolute normalized file names
vladima
committed
93e942a
View commit details
Copy full SHA for 93e942a
View code at this point
Browse repository at this point
Commits on Oct 27, 2015
merge with master
vladima
committed
d2a11b5
View commit details
Copy full SHA for d2a11b5
View code at this point
Browse repository at this point
Commits on Oct 26, 2015
Merge pull request #5273 from Microsoft/shortenLocMessages
Show description for dababb1
paulvanbrenk
committed
dababb1
View commit details
Copy full SHA for dababb1
View code at this point
Browse repository at this point
Commits on Oct 22, 2015
merge with master
vladima
committed
f96980d
View commit details
Copy full SHA for f96980d
View code at this point
Browse repository at this point
Commits on Oct 21, 2015
Merge pull request #5355 from Microsoft/initFieldsInConstructor
Show description for 9afc2b3
vladima
committed
9afc2b3
View commit details
Copy full SHA for 9afc2b3
View code at this point
Browse repository at this point
initialize fields from constructor parameters
vladima
committed
7c064af
View commit details
Copy full SHA for 7c064af
View code at this point
Browse repository at this point
do not indent token if its start line matches end line of previous token\trivia
vladima
committed
912e49b
View commit details
Copy full SHA for 912e49b
View code at this point
Browse repository at this point
Commits on Oct 16, 2015
Merge branch 'master' into reachabilityChecks
vladima
committed
7b12617
View commit details
Copy full SHA for 7b12617
View code at this point
Browse repository at this point
Commits on Oct 15, 2015
Shorten the key we use for the loc message.
Paul van Brenk
committed
4cd62de
View commit details
Copy full SHA for 4cd62de
View code at this point
Browse repository at this point
Merge pull request #5127 from zhengbli/newAddDirectoryWatcher
Show description for 8864b06
Zhengbo Li
committed
8864b06
View commit details
Copy full SHA for 8864b06
View code at this point
Browse repository at this point
Commits on Oct 14, 2015
CR feedback
zhengbli
committed
002f0c0
View commit details
Copy full SHA for 002f0c0
View code at this point
Browse repository at this point
Commits on Oct 13, 2015
Merge pull request #5184 from RyanCavanaugh/fix5096
Show description for b2d666c
RyanCavanaugh
committed
b2d666c
View commit details
Copy full SHA for b2d666c
View code at this point
Browse repository at this point
Merge branch 'master' into reachabilityChecks
vladima
committed
938dd74
View commit details
Copy full SHA for 938dd74
View code at this point
Browse repository at this point
Commits on Oct 12, 2015
Merge pull request #5169 from Microsoft/fix-simple-uses-of-polymorphic-this-in-services
Show description for 8a05134
sandersn
committed
8a05134
View commit details
Copy full SHA for 8a05134
View code at this point
Browse repository at this point
add rule to insert space between async keyword and open paren
vladima
committed
c35419e
View commit details
Copy full SHA for c35419e
View code at this point
Browse repository at this point
Commits on Oct 11, 2015
merge with master
vladima
committed
ebfcd25
View commit details
Copy full SHA for ebfcd25
View code at this point
Browse repository at this point
Commits on Oct 9, 2015
Merge pull request #5197 from Microsoft/supportIndentStyle
Show description for 5736521
paulvanbrenk
authored and
Paul van Brenk
committed
5736521
View commit details
Copy full SHA for 5736521
View code at this point
Browse repository at this point
Fixup comments
sandersn
committed
f19a2f5
View commit details
Copy full SHA for f19a2f5
View code at this point
Browse repository at this point
Commits on Oct 8, 2015
Only show the opening tag name when completing a close tag
Show description for 24334b5
RyanCavanaugh
committed
24334b5
View commit details
Copy full SHA for 24334b5
View code at this point
Browse repository at this point
Fix case for completion on the line after a self-closing element
RyanCavanaugh
committed
b1c8303
View commit details
Copy full SHA for b1c8303
View code at this point
Browse repository at this point
Don't issue completion in JSX text
Show description for 88bffac
RyanCavanaugh
committed
88bffac
View commit details
Copy full SHA for 88bffac
View code at this point
Browse repository at this point
Fix this.member completion+quickinfo of overloads
Show description for 2fb6eab
sandersn
committed
2fb6eab
View commit details
Copy full SHA for 2fb6eab
View code at this point
Browse repository at this point
Commits on Oct 7, 2015
transpile text as tsx if jsx option is specified
vladima
committed
75af4f7
View commit details
Copy full SHA for 75af4f7
View code at this point
Browse repository at this point
Commits on Oct 5, 2015
Merge pull request #5103 from SaschaNaz/formatStringTemplates
Show description for 53cff21
mhegazy
committed
53cff21
View commit details
Copy full SHA for 53cff21
View code at this point
Browse repository at this point
Commits on Oct 4, 2015
Format template internal spaces
saschanaz
committed
c9e237c
View commit details
Copy full SHA for c9e237c
View code at this point
Browse repository at this point
Commits on Oct 2, 2015
Automatic semicolon insertion for class modifiers
Show description for 04510ac
sandersn
committed
04510ac
View commit details
Copy full SHA for 04510ac
View code at this point
Browse repository at this point
Commits on Oct 1, 2015
merge with master
vladima
committed
ae175d0
View commit details
Copy full SHA for ae175d0
View code at this point
Browse repository at this point
Commits on Sep 30, 2015
Merge pull request #4910 from Microsoft/polymorphicThisType
Show description for cbe2f3d
ahejlsberg
committed
cbe2f3d
View commit details
Copy full SHA for cbe2f3d
View code at this point
Browse repository at this point
Merge pull request #5019 from RyanCavanaugh/fix4731
Show description for a4db4be
RyanCavanaugh
committed
a4db4be
View commit details
Copy full SHA for a4db4be
View code at this point
Browse repository at this point
Commits on Sep 29, 2015
Merge pull request #4994 from zhengbli/i4959
Show description for 4ad2160
Zhengbo Li
committed
4ad2160
View commit details
Copy full SHA for 4ad2160
View code at this point
Browse repository at this point
Error when emitted type in declaration file references inaccessible 'this'
ahejlsberg
committed
24f906a
View commit details
Copy full SHA for 24f906a
View code at this point
Browse repository at this point
Merge pull request #5018 from SaschaNaz/formatAssignment
Show description for bedeab7
mhegazy
committed
bedeab7
View commit details
Copy full SHA for bedeab7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.