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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
microsoft
/
TypeScript
Public
Notifications
You must be signed in to change notification settings
Fork
13.7k
Star
110k
Code
Issues
5k+
Pull requests
26
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
TypeScript
src
compiler
watch.ts
on
fixCheckInReturnValueCodefix
User selector
All users
All time
Commit history
Commits on Apr 1, 2020
Add support for extraFileExtensions on WatchCompilerHost (#37726)
Show description for 0b38a9a
Sheetal Nandi (sheetalkamat)
authored
0b38a9a
View commit details
Copy full SHA for 0b38a9a
View code at this point
Browse repository at this point
Commits on Mar 9, 2020
Removed unused host variable in createProgramHost (#37278)
Show description for bf15eac
Josh Goldberg ✨ (JoshuaKGoldberg)
authored
bf15eac
View commit details
Copy full SHA for bf15eac
View code at this point
Browse repository at this point
Commits on Feb 4, 2020
Enable @typescript-eslint/space-before-function-paren, @typescript-eslint/no-unused-expressions (#36569)
Show description for 8c31700
Oleksandr Tarasiuk (a-tarasyuk)
authored
8c31700
View commit details
Copy full SHA for 8c31700
View code at this point
Browse repository at this point
Commits on Dec 13, 2019
Do not write files directly from builder when noEmitOnError is true (#34832)
Show description for c3b2aea
Sheetal Nandi (sheetalkamat)
authored
c3b2aea
View commit details
Copy full SHA for c3b2aea
View code at this point
Browse repository at this point
Commits on Dec 11, 2019
Add watchOptions to tsconfig and allow supplying them on command line as well (#35615)
Show description for 236012e
Sheetal Nandi (sheetalkamat)
authored
236012e
View commit details
Copy full SHA for 236012e
View code at this point
Browse repository at this point
Commits on Dec 5, 2019
Move codefix types into services/types.ts (#35506)
Show description for 27616dd
Wesley Wigham (weswigham)
authored
27616dd
View commit details
Copy full SHA for 27616dd
View code at this point
Browse repository at this point
Commits on Nov 27, 2019
Refactor: No more than 1 namespace declaration per file (#35373)
Show description for c447ebc
Wesley Wigham (weswigham)
authored
c447ebc
View commit details
Copy full SHA for c447ebc
View code at this point
Browse repository at this point
Commits on Oct 22, 2019
Merge pull request #34521 from amcasey/LazyDirectoryCreation
Show description for 8cf1324
Andrew Casey (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
Andrew Casey (amcasey)
committed
af2f46e
View commit details
Copy full SHA for af2f46e
View code at this point
Browse repository at this point
Address more potential `this` issues
Andrew Casey (amcasey)
committed
ca31f00
View commit details
Copy full SHA for ca31f00
View code at this point
Browse repository at this point
Commits on Oct 17, 2019
Consolidate checks in emitFilesAndReportErrors
Andrew Casey (amcasey)
committed
d18130d
View commit details
Copy full SHA for d18130d
View code at this point
Browse repository at this point
Add listFilesOnly command-line option
Show description for caf0041
Andrew Casey (amcasey)
committed
caf0041
View commit details
Copy full SHA for caf0041
View code at this point
Browse repository at this point
Extract shared helper
Andrew Casey (amcasey)
committed
205b3da
View commit details
Copy full SHA for 205b3da
View code at this point
Browse repository at this point
Update another writeFile call-site
Andrew Casey (amcasey)
committed
f39b49d
View commit details
Copy full SHA for f39b49d
View code at this point
Browse repository at this point
Commits on Oct 16, 2019
Merge baselining and tsc logic into one
Sheetal Nandi (sheetalkamat)
committed
25db0b0
View commit details
Copy full SHA for 25db0b0
View code at this point
Browse repository at this point
Commits on Sep 27, 2019
Undo showing redirected files in --listFiles
Sheetal Nandi (sheetalkamat)
committed
f713668
View commit details
Copy full SHA for f713668
View code at this point
Browse repository at this point
Commits on Sep 25, 2019
Merge branch 'baselining' into resolution
Sheetal Nandi (sheetalkamat)
committed
16275f6
View commit details
Copy full SHA for 16275f6
View code at this point
Browse repository at this point
Commits on Sep 24, 2019
Update emitting timestamps during testing
Sheetal Nandi (sheetalkamat)
committed
382ff17
View commit details
Copy full SHA for 382ff17
View code at this point
Browse repository at this point
Commits on Sep 20, 2019
Show redirected files in --listFiles
Sheetal Nandi (sheetalkamat)
committed
2d62050
View commit details
Copy full SHA for 2d62050
View code at this point
Browse repository at this point
Commits on Sep 18, 2019
Add output file names api for supporting ts-loader
Sheetal Nandi (sheetalkamat)
committed
e430f2a
View commit details
Copy full SHA for e430f2a
View code at this point
Browse repository at this point
Commits on Aug 28, 2019
Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint
Oleksandr Tarasiuk (a-tarasyuk)
committed
f8ab00b
View commit details
Copy full SHA for f8ab00b
View code at this point
Browse repository at this point
Commits on Aug 27, 2019
Added errorCount to WatchStatusReporter to detect 2 or more errors (#33082)
Show description for 5d36aab
Andre Sutherland (fr3shw3b)
authored and
Sheetal Nandi (sheetalkamat)
committed
5d36aab
View commit details
Copy full SHA for 5d36aab
View code at this point
Browse repository at this point
Commits on Aug 9, 2019
disable no-redeclare
Oleksandr Tarasiuk (a-tarasyuk)
committed
023e4c6
View commit details
Copy full SHA for 023e4c6
View code at this point
Browse repository at this point
Commits on Aug 8, 2019
array-type: [ default: array, generic: array ]
Oleksandr Tarasiuk (a-tarasyuk)
committed
ceccfd8
View commit details
Copy full SHA for ceccfd8
View code at this point
Browse repository at this point
Commits on Aug 7, 2019
Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint
Oleksandr Tarasiuk (a-tarasyuk)
committed
481d70d
View commit details
Copy full SHA for 481d70d
View code at this point
Browse repository at this point
Commits on Aug 6, 2019
Merge pull request #32612 from mrcrane/etw-logger
Show description for 01e1b1b
Andrew Casey (amcasey)
authored
01e1b1b
View commit details
Copy full SHA for 01e1b1b
View code at this point
Browse repository at this point
Commits on Aug 4, 2019
Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint
Oleksandr Tarasiuk (a-tarasyuk)
committed
a292ae1
View commit details
Copy full SHA for a292ae1
View code at this point
Browse repository at this point
Commits on Aug 2, 2019
Remove try-finally blocks
Michael Crane (mrcrane)
committed
7d44a45
View commit details
Copy full SHA for 7d44a45
View code at this point
Browse repository at this point
Commits on Aug 1, 2019
Add PerfLogger and NullLogger to simplify conditional logic
Michael Crane (mrcrane)
committed
fa3e9c8
View commit details
Copy full SHA for fa3e9c8
View code at this point
Browse repository at this point
Commits on Jul 31, 2019
Wire in compilerOptions of the program in to the host's resolveModuleNames and resolveTypeReferenceDirectives api
Show description for c25e7dd
Sheetal Nandi (sheetalkamat)
committed
c25e7dd
View commit details
Copy full SHA for c25e7dd
View code at this point
Browse repository at this point
Commits on Jul 29, 2019
Use optional module "@microsoft/typescript-etw" for ETW logging
Bill Ticehurst (billti)
authored and
Michael Crane (mrcrane)
committed
996e7e5
View commit details
Copy full SHA for 996e7e5
View code at this point
Browse repository at this point
Commits on Jul 2, 2019
Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint
Oleksandr Tarasiuk (a-tarasyuk)
committed
9f47415
View commit details
Copy full SHA for 9f47415
View code at this point
Browse repository at this point
Commits on Jul 1, 2019
Merge pull request #32076 from stristr/master
Show description for 1bd631e
Sheetal Nandi (sheetalkamat)
authored
1bd631e
View commit details
Copy full SHA for 1bd631e
View code at this point
Browse repository at this point
Commits on Jun 27, 2019
no-redeclare
Oleksandr Tarasiuk (a-tarasyuk)
committed
136f4cf
View commit details
Copy full SHA for 136f4cf
View code at this point
Browse repository at this point
@typescript-eslint/indent
Oleksandr Tarasiuk (a-tarasyuk)
committed
f6a5006
View commit details
Copy full SHA for f6a5006
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.