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 }}
QualRay
/
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
Branch selector
thisTypesInBasePropAndContainerOfBase
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 29, 2016
Accepted baselines.
DanielRosenwasser
committed
268b2d4
View commit details
Copy full SHA for 268b2d4
Browse repository at this point
Instantiate type parameters with themselves as their 'this' type when relating.
DanielRosenwasser
committed
cdd10b0
View commit details
Copy full SHA for cdd10b0
Browse repository at this point
Accepted baselines.
DanielRosenwasser
committed
daf1596
View commit details
Copy full SHA for daf1596
Browse repository at this point
Added tests.
DanielRosenwasser
committed
0abb4c9
View commit details
Copy full SHA for 0abb4c9
Browse repository at this point
Commits on Feb 26, 2016
Merge pull request #7262 from Microsoft/stop-destructuring-private-properties
Show description for 5e53ba0
sandersn
committed
5e53ba0
View commit details
Copy full SHA for 5e53ba0
Browse repository at this point
Move `checkClassPropertyAccess` call to `checkVariableLikeDeclaration`
sandersn
committed
5c6a007
View commit details
Copy full SHA for 5c6a007
Browse repository at this point
Use errorNode everywhere in `checkClassPropertyAccess`
sandersn
committed
a1c0486
View commit details
Copy full SHA for a1c0486
Browse repository at this point
Tests for Stop destructuring assignment of private properties
sandersn
committed
32909bc
View commit details
Copy full SHA for 32909bc
Browse repository at this point
`checkClassPropertyAccess` in `getTypeForBindingElement`
Show description for 28640c8
sandersn
committed
28640c8
View commit details
Copy full SHA for 28640c8
Browse repository at this point
Revert "spelling fixes for src" on generated dom lib.
Show description for e579d17
DanielRosenwasser
committed
e579d17
View commit details
Copy full SHA for e579d17
Browse repository at this point
Merge pull request #7226 from Microsoft/bindingPatternsInTypes
Show description for 17b7c3e
mhegazy
committed
17b7c3e
View commit details
Copy full SHA for 17b7c3e
Browse repository at this point
Merge pull request #7251 from Microsoft/exportEquals
Show description for 647280b
vladima
committed
647280b
View commit details
Copy full SHA for 647280b
Browse repository at this point
emit temp declarations after export equals
vladima
committed
66cf56e
View commit details
Copy full SHA for 66cf56e
Browse repository at this point
Commits on Feb 25, 2016
Merge pull request #7246 from Microsoft/noImplicitReturnsWithProtectedBlocks
Show description for 8074dbd
vladima
committed
8074dbd
View commit details
Copy full SHA for 8074dbd
Browse repository at this point
Merge pull request #7232 from Microsoft/invalid-this-emit-in-contextual-object
Show description for 7bbd899
sandersn
committed
7bbd899
View commit details
Copy full SHA for 7bbd899
Browse repository at this point
properly set reachable state after protected try\finally block
vladima
committed
5105a31
View commit details
Copy full SHA for 5105a31
Browse repository at this point
Fix linter comments
mhegazy
committed
87a00c3
View commit details
Copy full SHA for 87a00c3
Browse repository at this point
Merge pull request #7028 from jsoref/spelling
Show description for 02e3abe
DanielRosenwasser
committed
02e3abe
View commit details
Copy full SHA for 02e3abe
Browse repository at this point
Code review comments
mhegazy
committed
c3cfebf
View commit details
Copy full SHA for c3cfebf
Browse repository at this point
spelling fixes for src
Show description for bb85817
jsoref
committed
bb85817
View commit details
Copy full SHA for bb85817
Browse repository at this point
Merge pull request #7203 from Microsoft/intersectionErrors
Show description for 713c0e0
DanielRosenwasser
committed
713c0e0
View commit details
Copy full SHA for 713c0e0
Browse repository at this point
Add test and baseline
sandersn
committed
31c5fc7
View commit details
Copy full SHA for 31c5fc7
Browse repository at this point
Defer-check function/method nodes even when context-sensitive.
sandersn
committed
aa3e8d1
View commit details
Copy full SHA for aa3e8d1
Browse repository at this point
Commits on Feb 24, 2016
Merge pull request #7228 from Microsoft/bundledDeclarationEmit
Show description for 9b7d72c
vladima
committed
9b7d72c
View commit details
Copy full SHA for 9b7d72c
Browse repository at this point
address PR feedback: add comments
vladima
committed
e090043
View commit details
Copy full SHA for e090043
Browse repository at this point
avoid multiple passes over the program when computing diagnostics for the bundled emit
vladima
committed
8e77f40
View commit details
Copy full SHA for 8e77f40
Browse repository at this point
Code review comments
mhegazy
committed
7680cdf
View commit details
Copy full SHA for 7680cdf
Browse repository at this point
Do not add extra space for ommited expressions.
mhegazy
committed
4bf5f82
View commit details
Copy full SHA for 4bf5f82
Browse repository at this point
Add test
mhegazy
committed
8b9afce
View commit details
Copy full SHA for 8b9afce
Browse repository at this point
Correctelly serialize types with signatures containing binding patterns
mhegazy
committed
217f558
View commit details
Copy full SHA for 217f558
Browse repository at this point
Accepted baselines.
DanielRosenwasser
committed
818c76c
View commit details
Copy full SHA for 818c76c
Browse repository at this point
Never elaborate errors when relating from intersections.
DanielRosenwasser
committed
7e4532f
View commit details
Copy full SHA for 7e4532f
Browse repository at this point
Accepted baselines.
DanielRosenwasser
committed
db67849
View commit details
Copy full SHA for db67849
Browse repository at this point
Added tests.
DanielRosenwasser
committed
eb1a70c
View commit details
Copy full SHA for eb1a70c
Browse repository at this point
Merge pull request #7170 from masaeedu/addDeclarationDirOption
Show description for 0f67f4b
mhegazy
committed
0f67f4b
View commit details
Copy full SHA for 0f67f4b
Browse repository at this point
Previous
Next
You can’t perform that action at this time.