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 }}
roachhd
/
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
Breadcrumbs
History for
TypeScript
src
compiler
on
refactorRefFilesPath
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 7, 2014
Merge branch 'master' into refactorRefFilesPath
Yui T
committed
35facf5
View commit details
Copy full SHA for 35facf5
View code at this point
Browse repository at this point
Fixed the merge conflicts that went undetected in github
sheetalkamat
committed
8ab038f
View commit details
Copy full SHA for 8ab038f
View code at this point
Browse repository at this point
Merge pull request #1079 from Microsoft/showNarrowedType
Show description for beef2eb
sheetalkamat
committed
beef2eb
View commit details
Copy full SHA for beef2eb
View code at this point
Browse repository at this point
Merge pull request #1058 from Microsoft/contextualUnionTypeConformance
Show description for 9e2eb3b
sheetalkamat
committed
9e2eb3b
View commit details
Copy full SHA for 9e2eb3b
View code at this point
Browse repository at this point
Commits on Nov 6, 2014
Merge branch 'master' into refactorRefFilesPath
Show description for 6c9c502
Yui T
committed
6c9c502
View commit details
Copy full SHA for 6c9c502
View code at this point
Browse repository at this point
Show narrowed type in quickInfo/completion entry
Show description for 1237033
sheetalkamat
committed
1237033
View commit details
Copy full SHA for 1237033
View code at this point
Browse repository at this point
Merge branch 'master' into computedPropertyName
JsonFreeman
committed
5164fbc
View commit details
Copy full SHA for 5164fbc
View code at this point
Browse repository at this point
Address feedback
JsonFreeman
committed
279166b
View commit details
Copy full SHA for 279166b
View code at this point
Browse repository at this point
Merge pull request #1065 from Microsoft/shorthandProperties
Show description for 147550e
CyrusNajmabadi
committed
147550e
View commit details
Copy full SHA for 147550e
View code at this point
Browse repository at this point
Make certain types of FunctionLike require block bodies
JsonFreeman
committed
bc70e4a
View commit details
Copy full SHA for bc70e4a
View code at this point
Browse repository at this point
Refactor Declaration.name into Identifier | ComputedPropertyName
JsonFreeman
committed
6c85dbe
View commit details
Copy full SHA for 6c85dbe
View code at this point
Browse repository at this point
Commits on Nov 5, 2014
Removed duplicate diagnostic.
DanielRosenwasser
committed
e12e31b
View commit details
Copy full SHA for e12e31b
View code at this point
Browse repository at this point
Add the IPropertyNameSyntax.
Show description for cb97682
CyrusNajmabadi
committed
cb97682
View commit details
Copy full SHA for cb97682
View code at this point
Browse repository at this point
Merge pull request #1035 from Microsoft/improvedTypeInference
Show description for d8080a0
ahejlsberg
committed
d8080a0
View commit details
Copy full SHA for d8080a0
View code at this point
Browse repository at this point
Commits on Nov 4, 2014
Fix the logic in getting the contextual signature of union type as per spec
Show description for c4e6327
sheetalkamat
committed
c4e6327
View commit details
Copy full SHA for c4e6327
View code at this point
Browse repository at this point
update LKG, always emit value as initializer for const enums when 'preserveConstEnums' is specified
vladima
committed
9295a0e
View commit details
Copy full SHA for 9295a0e
View code at this point
Browse repository at this point
use const enums in compiler
vladima
committed
a8e5aad
View commit details
Copy full SHA for a8e5aad
View code at this point
Browse repository at this point
Emit case clause statements on the same line if that's how they were written in source.
CyrusNajmabadi
committed
ecd31b6
View commit details
Copy full SHA for ecd31b6
View code at this point
Browse repository at this point
Commits on Nov 3, 2014
Merge pull request #970 from Microsoft/fold_computed_enum_members
Show description for f801ec1
vladima
committed
f801ec1
View commit details
Copy full SHA for f801ec1
View code at this point
Browse repository at this point
Addressing CR feedback
ahejlsberg
committed
b3ef962
View commit details
Copy full SHA for b3ef962
View code at this point
Browse repository at this point
addressed CR feedback: adjusted text of error messages, added description to 'preserveConstEnums' command line argument
vladima
committed
4d354c0
View commit details
Copy full SHA for 4d354c0
View code at this point
Browse repository at this point
Commits on Nov 2, 2014
Improved type inferences involving union types
ahejlsberg
committed
9d99b47
View commit details
Copy full SHA for 9d99b47
View code at this point
Browse repository at this point
Type alias cannot have reserved type name (#1030)
ahejlsberg
committed
538e7ea
View commit details
Copy full SHA for 538e7ea
View code at this point
Browse repository at this point
inline enum constant values for indexed access when index is string literal
vladima
committed
2d94030
View commit details
Copy full SHA for 2d94030
View code at this point
Browse repository at this point
Commits on Nov 1, 2014
Merge branch 'master' into aliasObjectTypeLiterals
ahejlsberg
committed
07a3d7d
View commit details
Copy full SHA for 07a3d7d
View code at this point
Browse repository at this point
Allow type aliases for object type literals
ahejlsberg
committed
bd07cee
View commit details
Copy full SHA for bd07cee
View code at this point
Browse repository at this point
merge with master
vladima
committed
0b738e8
View commit details
Copy full SHA for 0b738e8
View code at this point
Browse repository at this point
do not treat module that contains only const enums as instantiated
vladima
committed
7d80b71
View commit details
Copy full SHA for 7d80b71
View code at this point
Browse repository at this point
Commits on Oct 31, 2014
Merge branch 'master' into templates
DanielRosenwasser
committed
3e8978f
View commit details
Copy full SHA for 3e8978f
View code at this point
Browse repository at this point
Addressed CR feedback.
DanielRosenwasser
committed
63340a0
View commit details
Copy full SHA for 63340a0
View code at this point
Browse repository at this point
Addressing feedback and adding regression tests
ahejlsberg
committed
bf3a629
View commit details
Copy full SHA for bf3a629
View code at this point
Browse repository at this point
Improved type relation caching to fix #1002
ahejlsberg
committed
760a296
View commit details
Copy full SHA for 760a296
View code at this point
Browse repository at this point
set 'earlyError' bit to 'non-constant expression in constant enum initializer' error
vladima
committed
ac54fbf
View commit details
Copy full SHA for ac54fbf
View code at this point
Browse repository at this point
Commits on Oct 30, 2014
Address code review
Yui T
committed
e3579d1
View commit details
Copy full SHA for e3579d1
View code at this point
Browse repository at this point
Merge branch 'master' into templates
DanielRosenwasser
committed
76c0381
View commit details
Copy full SHA for 76c0381
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.