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
Accelerator
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 }}
markfields
/
TypeScript
Public
forked from
microsoft/TypeScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
TypeScript
src
compiler
on
unusedPromises
User selector
All users
All time
Commit history
Commits on Oct 30, 2019
Perform checks on unused definitely-defined promises.
DanielRosenwasser
committed
c8cecf6
View commit details
Copy full SHA for c8cecf6
View code at this point
Browse repository at this point
Commits on Oct 29, 2019
Add isIntersectionConstituent to relation key (#34789)
Show description for 00dd1f0
sandersn
authored
00dd1f0
View commit details
Copy full SHA for 00dd1f0
View code at this point
Browse repository at this point
JSDoc type reference understands require with entity name (#34804)
Show description for 7635884
sandersn
authored
7635884
View commit details
Copy full SHA for 7635884
View code at this point
Browse repository at this point
This handles when packages are symbol links in mono repo like scenarios to use source files instead of output d.ts from project reference (#34743)
Show description for dbef230
sheetalkamat
authored
dbef230
View commit details
Copy full SHA for dbef230
View code at this point
Browse repository at this point
Fix checker handling for empty type argument lists (#34790)
rbuckton
authored
554bd24
View commit details
Copy full SHA for 554bd24
View code at this point
Browse repository at this point
Fix a crash when transforming functions in modules. (#34513)
Show description for ff590b6
mprobst
authored and
andrewbranch
committed
ff590b6
View commit details
Copy full SHA for ff590b6
View code at this point
Browse repository at this point
Commits on Oct 28, 2019
Fix type reference to merged prototype property assignment (#34764)
Show description for 080e41d
sandersn
authored
080e41d
View commit details
Copy full SHA for 080e41d
View code at this point
Browse repository at this point
Commits on Oct 26, 2019
make `globalThis` have an empty `declarations` (#34561)
Show description for eb0208c
elibarzilay
authored
eb0208c
View commit details
Copy full SHA for eb0208c
View code at this point
Browse repository at this point
Commits on Oct 25, 2019
Show all matching enum flags in debug flag formatter (#34689)
Show description for d8840f8
andrewbranch
authored
d8840f8
View commit details
Copy full SHA for d8840f8
View code at this point
Browse repository at this point
Fix error when exporting const enums (#33060) (#34721)
Show description for 88f3593
EvanCahill
authored and
weswigham
committed
88f3593
View commit details
Copy full SHA for 88f3593
View code at this point
Browse repository at this point
Commits on Oct 24, 2019
Fix reachability analysis for ?? operator (#34702)
Show description for c404c08
ahejlsberg
authored
c404c08
View commit details
Copy full SHA for c404c08
View code at this point
Browse repository at this point
Avoid a crash with `@typedef` in a script file. (#33847)
Show description for a03227d
mprobst
authored and
weswigham
committed
a03227d
View commit details
Copy full SHA for a03227d
View code at this point
Browse repository at this point
Fix regression in mixin emit by removing unneeded line of code (#34715)
Show description for 7cfa1df
weswigham
authored
7cfa1df
View commit details
Copy full SHA for 7cfa1df
View code at this point
Browse repository at this point
Fix expando handling in getTypeReferenceType (#34712)
Show description for d892fd4
sandersn
authored
d892fd4
View commit details
Copy full SHA for d892fd4
View code at this point
Browse repository at this point
Restore delayed merge check to getTypeFromJSDocValueReference (#34706)
Show description for 969634b
sandersn
authored
969634b
View commit details
Copy full SHA for 969634b
View code at this point
Browse repository at this point
Commits on Oct 23, 2019
Do not consider element accesses which are neither statically bindable nor late bound as special assignments (#34679)
weswigham
authored
07d3a2e
View commit details
Copy full SHA for 07d3a2e
View code at this point
Browse repository at this point
getTypeFromJSDocValueReference: handle import types (#34683)
Show description for 8223c07
sandersn
authored
8223c07
View commit details
Copy full SHA for 8223c07
View code at this point
Browse repository at this point
Commits on Oct 22, 2019
Fix crash in assigning function with this ref to alias (#34650)
Knagis
authored and
sandersn
committed
479d306
View commit details
Copy full SHA for 479d306
View code at this point
Browse repository at this point
Treat any mix of element/prop access as declaration in JS (#34649)
Show description for 1cbbe28
sandersn
authored
1cbbe28
View commit details
Copy full SHA for 1cbbe28
View code at this point
Browse repository at this point
Merge pull request #34521 from amcasey/LazyDirectoryCreation
Show description for 8cf1324
amcasey
authored
8cf1324
View commit details
Copy full SHA for 8cf1324
View code at this point
Browse repository at this point
Commits on Oct 21, 2019
Use longer lambda parameter names
amcasey
committed
af2f46e
View commit details
Copy full SHA for af2f46e
View code at this point
Browse repository at this point
Update version to 3.8.
DanielRosenwasser
committed
1b0fca5
View commit details
Copy full SHA for 1b0fca5
View code at this point
Browse repository at this point
Address more potential `this` issues
amcasey
committed
ca31f00
View commit details
Copy full SHA for ca31f00
View code at this point
Browse repository at this point
Fix undefined `this`
amcasey
committed
6429e4c
View commit details
Copy full SHA for 6429e4c
View code at this point
Browse repository at this point
Merge pull request #34607 from microsoft/fix33490
Show description for f84fd30
ahejlsberg
authored
f84fd30
View commit details
Copy full SHA for f84fd30
View code at this point
Browse repository at this point
Merge pull request #34597 from microsoft/optionalChainControlFlow
Show description for ff6626f
ahejlsberg
authored
ff6626f
View commit details
Copy full SHA for ff6626f
View code at this point
Browse repository at this point
Ensure export= symbol from JavaScript always has a valueDeclaration (#34553)
andrewbranch
authored
1d3ecc0
View commit details
Copy full SHA for 1d3ecc0
View code at this point
Browse repository at this point
Fix type inference regression
ahejlsberg
committed
8f15a2e
View commit details
Copy full SHA for 8f15a2e
View code at this point
Browse repository at this point
Commits on Oct 19, 2019
And a few more
ahejlsberg
committed
60b3915
View commit details
Copy full SHA for 60b3915
View code at this point
Browse repository at this point
Add option to configure automatic optional chain completions (#34552)
Show description for b845800
DanielRosenwasser
authored
b845800
View commit details
Copy full SHA for b845800
View code at this point
Browse repository at this point
[WIP] Improve optional chaining checker performance (#33794)
Show description for 556da72
rbuckton
authored
556da72
View commit details
Copy full SHA for 556da72
View code at this point
Browse repository at this point
Commits on Oct 18, 2019
Handle more cases
ahejlsberg
committed
98fe342
View commit details
Copy full SHA for 98fe342
View code at this point
Browse repository at this point
Ensure functions that have prototype properties assigned by Object.defineProperty get marked as classes (#34577)
Show description for 91196fc
andrewbranch
authored
91196fc
View commit details
Copy full SHA for 91196fc
View code at this point
Browse repository at this point
Bind @class in the right place -- bindWorker not bindChildrenWorker (#34575)
Show description for cdf1ab2
sandersn
authored
cdf1ab2
View commit details
Copy full SHA for cdf1ab2
View code at this point
Browse repository at this point
Fix crash in expando assignment to alias (#34566)
Show description for fa1884e
sandersn
authored
fa1884e
View commit details
Copy full SHA for fa1884e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.