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
tsc
on
fixGenericNullableChecks
User selector
All users
All time
Commit history
Commits on May 7, 2024
Use explicit extensions for imports within src (#58421)
Jake Bailey (jakebailey)
authored
16beff1
View commit details
Copy full SHA for 16beff1
View code at this point
Browse repository at this point
Commits on Apr 4, 2024
Export executeCommandLine from public API (internal for now) (#58057)
Jake Bailey (jakebailey)
authored
5144b3e
View commit details
Copy full SHA for 5144b3e
View code at this point
Browse repository at this point
Commits on Aug 16, 2023
dprint the codebase (#54820)
Jake Bailey (jakebailey)
authored
5e8c261
View commit details
Copy full SHA for 5e8c261
View code at this point
Browse repository at this point
Commits on Nov 7, 2022
Add build via esbuild
Show description for 4139807
Jake Bailey (jakebailey)
committed
4139807
View commit details
Copy full SHA for 4139807
View code at this point
Browse repository at this point
Get codebase building pre bundling
Show description for 36e2944
Jake Bailey (jakebailey)
committed
36e2944
View commit details
Copy full SHA for 36e2944
View code at this point
Browse repository at this point
Generated module conversion step - stripNamespaces
Show description for b6c0538
Jake Bailey (jakebailey)
committed
b6c0538
View commit details
Copy full SHA for b6c0538
View code at this point
Browse repository at this point
Commits on Jun 10, 2022
Merge 'decorators' into 'modifiers' on various nodes (#49089)
Show description for 1e65b33
Ron Buckton (rbuckton)
authored
1e65b33
View commit details
Copy full SHA for 1e65b33
View code at this point
Browse repository at this point
Commits on Jun 16, 2020
Refactor node factory API, use node factory in parser (#35282)
Show description for eb3645f
Ron Buckton (rbuckton)
authored
eb3645f
View commit details
Copy full SHA for eb3645f
View code at this point
Browse repository at this point
Commits on Dec 19, 2019
Move executeCommandLine ambient code into tsc (#35788)
Wesley Wigham (weswigham)
authored
8c9e96b
View commit details
Copy full SHA for 8c9e96b
View code at this point
Browse repository at this point
Commits on Dec 18, 2019
Baselining tsc `--watch` output just like `tsc` baselines for easier updates (#35710)
Show description for 8c1900c
Sheetal Nandi (sheetalkamat)
authored
8c1900c
View commit details
Copy full SHA for 8c1900c
View code at this point
Browse repository at this point
Commits on Dec 10, 2019
Add ts namespace reference to tsc, since it now doesnt have one
Wesley Wigham (weswigham)
committed
50603ed
View commit details
Copy full SHA for 50603ed
View code at this point
Browse repository at this point
Move executeCommandLine.ts into its own project (#35595)
Show description for 6936ac2
Wesley Wigham (weswigham)
authored
6936ac2
View commit details
Copy full SHA for 6936ac2
View code at this point
Browse repository at this point
Commits on Oct 21, 2019
Extend the correct tsconfig.json.
Daniel Rosenwasser (DanielRosenwasser)
committed
b167012
View commit details
Copy full SHA for b167012
View code at this point
Browse repository at this point
Commits on Oct 18, 2019
Extend tsconfig.release.json from the sibling tsconfig.json to ensure files aren't forgotten.
Daniel Rosenwasser (DanielRosenwasser)
committed
fbc070f
View commit details
Copy full SHA for fbc070f
View code at this point
Browse repository at this point
Commits on Oct 17, 2019
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
Merge branch 'master' into rootDir
Sheetal Nandi (sheetalkamat)
committed
fde10a2
View commit details
Copy full SHA for fde10a2
View code at this point
Browse repository at this point
Commits on Oct 16, 2019
Fix lint rules
Sheetal Nandi (sheetalkamat)
committed
1531c9e
View commit details
Copy full SHA for 1531c9e
View code at this point
Browse repository at this point
Use getNormalizedAbsolutePath to combine basePath and config value for file names
Show description for 9fa7d8b
Sheetal Nandi (sheetalkamat)
committed
9fa7d8b
View commit details
Copy full SHA for 9fa7d8b
View code at this point
Browse repository at this point
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 Oct 14, 2019
Make sure commandline options are absolute paths so they dont conflict with tsbuildinfo paths
Show description for 4b10145
Sheetal Nandi (sheetalkamat)
committed
4b10145
View commit details
Copy full SHA for 4b10145
View code at this point
Browse repository at this point
Commits on Sep 27, 2019
Add support for capturing cpu profiles into tsc itself (#33586)
Show description for 558ece7
Wesley Wigham (weswigham)
authored
558ece7
View commit details
Copy full SHA for 558ece7
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 Jul 18, 2019
no-null/no-null
Oleksandr Tarasiuk (a-tarasyuk)
committed
2c32308
View commit details
Copy full SHA for 2c32308
View code at this point
Browse repository at this point
Commits on Jun 27, 2019
remove tslint configuration
Oleksandr Tarasiuk (a-tarasyuk)
committed
769bb0b
View commit details
Copy full SHA for 769bb0b
View code at this point
Browse repository at this point
Commits on Jun 19, 2019
Support --locale with --build
Show description for 06d188a
Sheetal Nandi (sheetalkamat)
committed
06d188a
View commit details
Copy full SHA for 06d188a
View code at this point
Browse repository at this point
Commits on May 9, 2019
Move towards BuildInvalidatedProject api where one can query program and perform its operations
Sheetal Nandi (sheetalkamat)
committed
f0b7e08
View commit details
Copy full SHA for f0b7e08
View code at this point
Browse repository at this point
Commits on May 2, 2019
Remove startWatching as explicit method from api
Sheetal Nandi (sheetalkamat)
committed
3da4796
View commit details
Copy full SHA for 3da4796
View code at this point
Browse repository at this point
Rename cleanAll to clean and take optional project as input
Sheetal Nandi (sheetalkamat)
committed
e8074f7
View commit details
Copy full SHA for e8074f7
View code at this point
Browse repository at this point
Make API to build project and wire cancellation token
Sheetal Nandi (sheetalkamat)
committed
5b361c8
View commit details
Copy full SHA for 5b361c8
View code at this point
Browse repository at this point
Commits on Apr 29, 2019
Make SolutionBuilder and SolutionBuilderWithWatch separate
Sheetal Nandi (sheetalkamat)
committed
ddee617
View commit details
Copy full SHA for ddee617
View code at this point
Browse repository at this point
Commits on Apr 17, 2019
Add diagnostics for relation cache size (#30999)
Show description for 4420d10
Nathan Shively-Sanders (sandersn)
authored
4420d10
View commit details
Copy full SHA for 4420d10
View code at this point
Browse repository at this point
Commits on Mar 26, 2019
Merge branch 'master' into incrementalFromCommandLine
Sheetal Nandi (sheetalkamat)
committed
a4091ae
View commit details
Copy full SHA for a4091ae
View code at this point
Browse repository at this point
Pull out the incremental compilation into a function so we can test it
Sheetal Nandi (sheetalkamat)
committed
7457e5d
View commit details
Copy full SHA for 7457e5d
View code at this point
Browse repository at this point
Make it as api so we can test it
Sheetal Nandi (sheetalkamat)
committed
021444a
View commit details
Copy full SHA for 021444a
View code at this point
Browse repository at this point
Ensure that from tsc with --incremental sets source file version
Show description for e28869d
Sheetal Nandi (sheetalkamat)
committed
e28869d
View commit details
Copy full SHA for e28869d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.