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 }}
microinfo
/
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
tests
on
saveNumericTokensInScanner
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 13, 2015
Merge pull request #1657 from Microsoft/unionTypeGuards
Show description for cbecae3
ahejlsberg
committed
cbecae3
View commit details
Copy full SHA for cbecae3
View code at this point
Browse repository at this point
Commits on Jan 12, 2015
Improved handing of union types in type guards
ahejlsberg
committed
59e266d
View commit details
Copy full SHA for 59e266d
View code at this point
Browse repository at this point
addressed CR feedback
vladima
committed
c25f3eb
View commit details
Copy full SHA for c25f3eb
View code at this point
Browse repository at this point
disallow incorrect literal property names in indexed access for const enums
vladima
committed
ecac4a5
View commit details
Copy full SHA for ecac4a5
View code at this point
Browse repository at this point
Commits on Jan 8, 2015
Merge pull request #1621 from Microsoft/narrowingOfAny
Show description for 40dc134
ahejlsberg
committed
40dc134
View commit details
Copy full SHA for 40dc134
View code at this point
Browse repository at this point
Type guard narrows type any in a primitive type check
ahejlsberg
committed
968a569
View commit details
Copy full SHA for 968a569
View code at this point
Browse repository at this point
Merge pull request #1571 from Arnavion/1570-template-strings
Show description for 7b11621
DanielRosenwasser
committed
7b11621
View commit details
Copy full SHA for 7b11621
View code at this point
Browse repository at this point
Commits on Jan 7, 2015
Merge pull request #1614 from Microsoft/type_parameters_visibility
Show description for 4daa107
vladima
committed
4daa107
View commit details
Copy full SHA for 4daa107
View code at this point
Browse repository at this point
Merge pull request #1529 from Microsoft/uninstantiatedModulesBeforeClasses
Show description for f32683d
DanielRosenwasser
committed
f32683d
View commit details
Copy full SHA for f32683d
View code at this point
Browse repository at this point
consider type parameters always visible
vladima
committed
01218f8
View commit details
Copy full SHA for 01218f8
View code at this point
Browse repository at this point
Commits on Jan 6, 2015
Update tests and baselines.
Arnavion
committed
d07151f
View commit details
Copy full SHA for d07151f
View code at this point
Browse repository at this point
Update tests and baselines.
Arnavion
committed
4dfb0cc
View commit details
Copy full SHA for 4dfb0cc
View code at this point
Browse repository at this point
Commits on Jan 5, 2015
Merge branch 'release-1.4'
Show description for 7459c87
JsonFreeman
committed
7459c87
View commit details
Copy full SHA for 7459c87
View code at this point
Browse repository at this point
Commits on Dec 29, 2014
Merge branch 'master' into mergeMarkers1
CyrusNajmabadi
committed
a1d04c3
View commit details
Copy full SHA for a1d04c3
View code at this point
Browse repository at this point
Commits on Dec 19, 2014
Update conflict marker formatting test. We now no longer format the second branch of hte merge.
CyrusNajmabadi
committed
0707350
View commit details
Copy full SHA for 0707350
View code at this point
Browse repository at this point
Classify the '=' sign in variable/parameter/property as if it was an operator.
CyrusNajmabadi
committed
a6ea497
View commit details
Copy full SHA for a6ea497
View code at this point
Browse repository at this point
Provide better error recovery when we encounter merge markers in the source.
Show description for 48bef46
CyrusNajmabadi
committed
48bef46
View commit details
Copy full SHA for 48bef46
View code at this point
Browse repository at this point
Add test demonstrating the problem with conflict markers.
CyrusNajmabadi
committed
828b33a
View commit details
Copy full SHA for 828b33a
View code at this point
Browse repository at this point
Fixed issue where the second type's signature having type parameters would not cause an error.
DanielRosenwasser
committed
4aa3769
View commit details
Copy full SHA for 4aa3769
View code at this point
Browse repository at this point
Added tests/baselines.
DanielRosenwasser
committed
50d0f9b
View commit details
Copy full SHA for 50d0f9b
View code at this point
Browse repository at this point
Commits on Dec 18, 2014
Merge branch 'master' into layering
CyrusNajmabadi
committed
ef2087a
View commit details
Copy full SHA for ef2087a
View code at this point
Browse repository at this point
Merge pull request #1528 from Microsoft/goToDefOnUnionMethod
Show description for af9b56b
DanielRosenwasser
committed
af9b56b
View commit details
Copy full SHA for af9b56b
View code at this point
Browse repository at this point
Merge branch 'master' into layering
Show description for 67b2f13
CyrusNajmabadi
committed
67b2f13
View commit details
Copy full SHA for 67b2f13
View code at this point
Browse repository at this point
Merge pull request #1501 from Arnavion/no-emit
Show description for 6fed3e2
DanielRosenwasser
committed
6fed3e2
View commit details
Copy full SHA for 6fed3e2
View code at this point
Browse repository at this point
Added test, modified test, updated baselines.
DanielRosenwasser
committed
46cd90d
View commit details
Copy full SHA for 46cd90d
View code at this point
Browse repository at this point
Only error on non-ambient instantiated modules preceding clodules.
DanielRosenwasser
committed
fac5201
View commit details
Copy full SHA for fac5201
View code at this point
Browse repository at this point
Merge pull request #1443 from Microsoft/improvedTypeInference
Show description for b2a02fe
ahejlsberg
committed
b2a02fe
View commit details
Copy full SHA for b2a02fe
View code at this point
Browse repository at this point
Commits on Dec 17, 2014
Added test from original issue.
DanielRosenwasser
committed
ca5d243
View commit details
Copy full SHA for ca5d243
View code at this point
Browse repository at this point
Merge branch 'master' into layering
Show description for b37b981
CyrusNajmabadi
committed
b37b981
View commit details
Copy full SHA for b37b981
View code at this point
Browse repository at this point
Added test for goToDef on union types.
DanielRosenwasser
committed
b3ccb56
View commit details
Copy full SHA for b3ccb56
View code at this point
Browse repository at this point
Use 'definitionCountIs' in union property tests.
DanielRosenwasser
committed
42babc5
View commit details
Copy full SHA for 42babc5
View code at this point
Browse repository at this point
Rename file.
DanielRosenwasser
committed
6c75349
View commit details
Copy full SHA for 6c75349
View code at this point
Browse repository at this point
Added test using code from original issue.
DanielRosenwasser
committed
7a1be3c
View commit details
Copy full SHA for 7a1be3c
View code at this point
Browse repository at this point
Added goToDef count verification in fourslash facilities.
DanielRosenwasser
committed
af4d7d3
View commit details
Copy full SHA for af4d7d3
View code at this point
Browse repository at this point
Normalize a few fourslash line endings.
DanielRosenwasser
committed
eaaf7ad
View commit details
Copy full SHA for eaaf7ad
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.