Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
dron5901
/
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
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on May 7, 2016
Fix 7304: show correct quickinfo on "this" in type position (#8508)
Show description for 72c19ec
yuit
committed
72c19ec
Copy full SHA for 72c19ec
Commits on May 6, 2016
Merge pull request #8481 from Microsoft/Fix8470-2
Show description for 955cc69
mhegazy
committed
955cc69
Copy full SHA for 955cc69
Merge pull request #8502 from Microsoft/deferred-references-in-initializers
Show description for 4f569c4
vladima
committed
4f569c4
Copy full SHA for 4f569c4
Merge pull request #8487 from ziacik/fix-space-tab-indentation
Show description for de177d4
mhegazy
committed
de177d4
Copy full SHA for de177d4
Merge pull request #8463 from Microsoft/this-types-for-accessors
Show description for a715c45
sandersn
committed
a715c45
Copy full SHA for a715c45
Merge pull request #8469 from Microsoft/tsconfigParsingImprovements
Show description for fad2574
paulvanbrenk
committed
fad2574
Copy full SHA for fad2574
Merge pull request #8501 from zhengbli/ignroeHiddenFilesAddTest
Show description for 49913fd
zhengbli
committed
49913fd
Copy full SHA for 49913fd
disallow references to local variables of the function from parameter initializers
vladima
committed
c36c074
Copy full SHA for c36c074
Add test for explicitly added dotted files
zhengbli
committed
66476e3
Copy full SHA for 66476e3
CR Feedback
Paul van Brenk
committed
88da665
Copy full SHA for 88da665
Add the entire tsconfig as a raw property to the parsed config.
Paul van Brenk
committed
8aff38e
Copy full SHA for 8aff38e
Simplified check for indentation difference
František Žiačik
committed
e11b08f
Copy full SHA for e11b08f
Merge pull request #8483 from Microsoft/contextually-type-iife-parameters
Show description for bc6d6ea
sandersn
committed
bc6d6ea
Copy full SHA for bc6d6ea
Merge pull request #8484 from zhengbli/ignoreHiddenFiles
Show description for d11ee08
zhengbli
committed
d11ee08
Copy full SHA for d11ee08
Merge pull request #8491 from Microsoft/sourceFile-getSymbolAtLocation
Show description for 7c043b6
vladima
committed
7c043b6
Copy full SHA for 7c043b6
Only contextually type expressions of calls
Show description for 96d3db2
sandersn
committed
96d3db2
Copy full SHA for 96d3db2
getSymbolAtLocation now returns symbol for external modules
vladima
committed
676e3bc
Copy full SHA for 676e3bc
Commits on May 5, 2016
Merge pull request #8486 from Microsoft/symlinked-modules
Show description for cd1af12
vladima
committed
cd1af12
Copy full SHA for cd1af12
Allow async as parameter in arrowfunction (#8488)
Show description for bbbb56b
yuit
committed
bbbb56b
Copy full SHA for bbbb56b
Merge pull request #8485 from RyanCavanaugh/fix8478
Show description for 85ab935
RyanCavanaugh
committed
85ab935
Copy full SHA for 85ab935
Address PR comments
Show description for b0a387a
sandersn
committed
b0a387a
Copy full SHA for b0a387a
Remove stale baselines
RyanCavanaugh
committed
913143d
Copy full SHA for 913143d
Add unit tests for tsconfig file list parsing
zhengbli
committed
076fe48
Copy full SHA for 076fe48
Fixes space-tab indentation issues
ziacik
committed
06d05b0
Copy full SHA for 06d05b0
Formatting space vs tabs tests added
ziacik
committed
ba2a330
Copy full SHA for ba2a330
Allow module augmentations to add new top-level names. Fixes #8478
RyanCavanaugh
committed
1b6d7ed
Copy full SHA for 1b6d7ed
Check that token is AsyncKeyword before calling lookAhead (#8477)
Show description for 990f1c7
yuit
committed
990f1c7
Copy full SHA for 990f1c7
remove unused code
vladima
committed
0a93768
Copy full SHA for 0a93768
use CompilerHost.realpath to resolve actual location for symlinks
vladima
committed
2b5bbfe
Copy full SHA for 2b5bbfe
Merge pull request #8311 from zhengbli/reportTsconfigError
Show description for 166f95c
zhengbli
committed
166f95c
Copy full SHA for 166f95c
ignore dotted files and folders
zhengbli
committed
fdc7037
Copy full SHA for fdc7037
Merge pull request #8480 from Microsoft/controlFlowLoopLogic
Show description for c26e920
ahejlsberg
committed
c26e920
Copy full SHA for c26e920
Contextually type IIFE params by their arguments
sandersn
committed
aa38cdb
Copy full SHA for aa38cdb
Fix #8470: use ts.normalizePath before checking filename idenity
mhegazy
committed
33abdad
Copy full SHA for 33abdad
Improve control flow loop analysis logic
ahejlsberg
committed
1749839
Copy full SHA for 1749839
Pagination
Previous
Next
You can’t perform that action at this time.