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 }}
stanthomas
/
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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 2, 2015
accept updated baseline reference following addition of test for const enum comment suppression
Stan Thomas
committed
c1087ae
View commit details
Copy full SHA for c1087ae
Browse repository at this point
declare variable type inenum test
Stan Thomas
committed
79e3bed
View commit details
Copy full SHA for 79e3bed
Browse repository at this point
Commits on Jan 30, 2015
Supress const enum member value comment from emitted javascript in presence of --removeComments (revised)
Stan Thomas
committed
95e7015
View commit details
Copy full SHA for 95e7015
Browse repository at this point
Commits on Jan 29, 2015
test case for TS generated comments const enum to show that they are supressed by removeComments flag
Stan Thomas
committed
0b435f5
View commit details
Copy full SHA for 0b435f5
Browse repository at this point
Supress const enum member value comment from emitted javascript in presence of --removeComments
Stan Thomas
committed
17763ab
View commit details
Copy full SHA for 17763ab
Browse repository at this point
Commits on Jan 28, 2015
Merge pull request #1827 from Microsoft/addJasonsExampleForContextuallyTypingArgumentsInSuperCalls
Show description for 67023a8
DanielRosenwasser
committed
67023a8
View commit details
Copy full SHA for 67023a8
Browse repository at this point
Added Jason's example for contextually typing parameters.
DanielRosenwasser
committed
e4d3051
View commit details
Copy full SHA for e4d3051
Browse repository at this point
Merge pull request #1816 from Microsoft/typeArgsInSuperCall
Show description for 26929ee
DanielRosenwasser
committed
26929ee
View commit details
Copy full SHA for 26929ee
Browse repository at this point
Merge pull request #1777 from Microsoft/emitCleanup
Show description for b3731f1
CyrusNajmabadi
committed
b3731f1
View commit details
Copy full SHA for b3731f1
Browse repository at this point
CR feedback
Show description for 3c5ff53
CyrusNajmabadi
committed
3c5ff53
View commit details
Copy full SHA for 3c5ff53
Browse repository at this point
Merge branch 'master' into emitCleanup
CyrusNajmabadi
committed
71de2de
View commit details
Copy full SHA for 71de2de
Browse repository at this point
Fix method name.
CyrusNajmabadi
committed
34b342a
View commit details
Copy full SHA for 34b342a
Browse repository at this point
Commits on Jan 27, 2015
Removed superfluous type assertion.
DanielRosenwasser
committed
0ffa722
View commit details
Copy full SHA for 0ffa722
Browse repository at this point
Perform checking, document function.
DanielRosenwasser
committed
9d8319d
View commit details
Copy full SHA for 9d8319d
Browse repository at this point
Added more tests.
DanielRosenwasser
committed
40796b2
View commit details
Copy full SHA for 40796b2
Browse repository at this point
Merge pull request #1697 from Microsoft/docCommentUnion
Show description for a43bb47
sheetalkamat
committed
a43bb47
View commit details
Copy full SHA for a43bb47
Browse repository at this point
Addressed Jason's pedantic correction over the wording of a comment.
DanielRosenwasser
committed
8ee09db
View commit details
Copy full SHA for 8ee09db
Browse repository at this point
Fixed fourslash test.
DanielRosenwasser
committed
4646d63
View commit details
Copy full SHA for 4646d63
Browse repository at this point
Updated comments and formatting as per review feedback.
sheetalkamat
committed
1638ae7
View commit details
Copy full SHA for 1638ae7
Browse repository at this point
Merge pull request #1803 from Microsoft/enumUnionTypeGuard
Show description for 9289cfb
ahejlsberg
committed
9289cfb
View commit details
Copy full SHA for 9289cfb
Browse repository at this point
Merge pull request #1795 from Microsoft/objectLiteralWidening
Show description for ba5a612
ahejlsberg
committed
ba5a612
View commit details
Copy full SHA for ba5a612
Browse repository at this point
Merge branch 'master' into objectLiteralWidening
Show description for 5c3da7c
ahejlsberg
committed
5c3da7c
View commit details
Copy full SHA for 5c3da7c
Browse repository at this point
Contextually type parameters in super calls using type arguments on the base class.
DanielRosenwasser
committed
93dbcf0
View commit details
Copy full SHA for 93dbcf0
Browse repository at this point
Merge pull request #1815 from Microsoft/objectLiteralIndexerNoImplicitAny
Show description for 0dcc168
JsonFreeman
committed
0dcc168
View commit details
Copy full SHA for 0dcc168
Browse repository at this point
Use transient symbols when computing the indexers for object literals
JsonFreeman
committed
ca8c446
View commit details
Copy full SHA for ca8c446
Browse repository at this point
Addressing CR feedback
ahejlsberg
committed
35b2038
View commit details
Copy full SHA for 35b2038
Browse repository at this point
Addressing CR feedback
ahejlsberg
committed
a298835
View commit details
Copy full SHA for a298835
Browse repository at this point
Commits on Jan 26, 2015
Merge pull request #1779 from Microsoft/scopeOfUnionProperties
Show description for 17b19bf
vladima
committed
17b19bf
View commit details
Copy full SHA for 17b19bf
Browse repository at this point
Addressing CR feedback
ahejlsberg
committed
75404a7
View commit details
Copy full SHA for 75404a7
Browse repository at this point
Merge pull request #1752 from Microsoft/computedProperties
Show description for 7eb0aa1
JsonFreeman
committed
7eb0aa1
View commit details
Copy full SHA for 7eb0aa1
Browse repository at this point
Modifying test
ahejlsberg
committed
0410394
View commit details
Copy full SHA for 0410394
Browse repository at this point
Allow union types containing primtives as first argument in instanceof
ahejlsberg
committed
e5e06d8
View commit details
Copy full SHA for e5e06d8
Browse repository at this point
Commits on Jan 25, 2015
Adding tests
ahejlsberg
committed
7f63180
View commit details
Copy full SHA for 7f63180
Browse repository at this point
Correct support for type guards with unions containing enums
ahejlsberg
committed
95a314a
View commit details
Copy full SHA for 95a314a
Browse repository at this point
Commits on Jan 24, 2015
Accepting new baselines
ahejlsberg
committed
d6eb486
View commit details
Copy full SHA for d6eb486
Browse repository at this point
Previous
Next
You can’t perform that action at this time.