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
compiler
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
Changed type assertion error message.
DanielRosenwasser
committed
a37b731
View commit details
Copy full SHA for a37b731
View code at this point
Browse repository at this point
Commits on Nov 4, 2015
fix lint: prefer const
weswigham
committed
8a93b48
View commit details
Copy full SHA for 8a93b48
View code at this point
Browse repository at this point
'with' to 'to'
DanielRosenwasser
committed
6c8c122
View commit details
Copy full SHA for 6c8c122
View code at this point
Browse repository at this point
Style.
DanielRosenwasser
committed
42c49ce
View commit details
Copy full SHA for 42c49ce
View code at this point
Browse repository at this point
Merge pull request #5527 from Microsoft/updateDefaults
Show description for b8e5a89
mhegazy
committed
b8e5a89
View commit details
Copy full SHA for b8e5a89
View code at this point
Browse repository at this point
Update default configurations
mhegazy
committed
ec71654
View commit details
Copy full SHA for ec71654
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
Appease the almighty linter.
DanielRosenwasser
committed
80a50aa
View commit details
Copy full SHA for 80a50aa
View code at this point
Browse repository at this point
Updated error message.
DanielRosenwasser
committed
e224083
View commit details
Copy full SHA for e224083
View code at this point
Browse repository at this point
Commits on Nov 3, 2015
Use relative file name when reporting errors
mhegazy
committed
884dff0
View commit details
Copy full SHA for 884dff0
View code at this point
Browse repository at this point
Support '/dev/stdout' as a valid '--out' parameter
MartyIX
committed
30499e7
View commit details
Copy full SHA for 30499e7
View code at this point
Browse repository at this point
Fix description of '--pretty'.
DanielRosenwasser
committed
a44a340
View commit details
Copy full SHA for a44a340
View code at this point
Browse repository at this point
Commits on Nov 2, 2015
;
DanielRosenwasser
committed
ce24bcb
View commit details
Copy full SHA for ce24bcb
View code at this point
Browse repository at this point
Merge branch 'master' into iFeelPrettyErr
DanielRosenwasser
committed
32b259e
View commit details
Copy full SHA for 32b259e
View code at this point
Browse repository at this point
Merge branch 'master' into iFeelPrettyErr
DanielRosenwasser
committed
e5f1053
View commit details
Copy full SHA for e5f1053
View code at this point
Browse repository at this point
Forget about tty detection. It won't work in build tools.
DanielRosenwasser
committed
40f10ab
View commit details
Copy full SHA for 40f10ab
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
Just name the option 'pretty' for now.
DanielRosenwasser
committed
654cbd9
View commit details
Copy full SHA for 654cbd9
View code at this point
Browse repository at this point
Added colors to diagnostic types, addressed some CR feedback.
DanielRosenwasser
committed
4219c5f
View commit details
Copy full SHA for 4219c5f
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
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
Switch to `isNodeDescendantOf`
sandersn
committed
201266b
View commit details
Copy full SHA for 201266b
View code at this point
Browse repository at this point
Fixed 'tsconfig.json' ordering.
DanielRosenwasser
committed
48c2bb1
View commit details
Copy full SHA for 48c2bb1
View code at this point
Browse repository at this point
Merge branch 'master' into iFeelPrettyErr
DanielRosenwasser
committed
fa2e614
View commit details
Copy full SHA for fa2e614
View code at this point
Browse repository at this point
Commits on Oct 30, 2015
Always generate an identifier in a for-of loop.
DanielRosenwasser
committed
90bac23
View commit details
Copy full SHA for 90bac23
View code at this point
Browse repository at this point
Fix `isConstructorParameter`
sandersn
committed
6aecd43
View commit details
Copy full SHA for 6aecd43
View code at this point
Browse repository at this point
Forbid 'this' as constructor parameter type
sandersn
committed
c82d4a6
View commit details
Copy full SHA for c82d4a6
View code at this point
Browse repository at this point
Merge pull request #5469 from Microsoft/improve-constructor-object-return-error-message
Show description for 16f69da
sandersn
committed
16f69da
View commit details
Copy full SHA for 16f69da
View code at this point
Browse repository at this point
addressed PR feedback: renamed 'toRelativePath' to 'convertToRelativePath'
vladima
committed
83919f0
View commit details
Copy full SHA for 83919f0
View code at this point
Browse repository at this point
Add more detailed error message
Show description for 79f09da
sandersn
committed
79f09da
View commit details
Copy full SHA for 79f09da
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.