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
baselines
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
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
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
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
Add module emit test
JsonFreeman
committed
29dfa3d
View commit details
Copy full SHA for 29dfa3d
View code at this point
Browse repository at this point
Merge branch 'master' into sourceFileUpdate
Show description for 6a08c54
CyrusNajmabadi
committed
6a08c54
View commit details
Copy full SHA for 6a08c54
View code at this point
Browse repository at this point
Accepting new baselines
ahejlsberg
committed
a667959
View commit details
Copy full SHA for a667959
View code at this point
Browse repository at this point
Merge branch 'master' into spreadAndRest
Show description for 766756b
ahejlsberg
committed
766756b
View commit details
Copy full SHA for 766756b
View code at this point
Browse repository at this point
Merge branch 'master' into sourceFileUpdate
Show description for cd308e7
CyrusNajmabadi
committed
cd308e7
View commit details
Copy full SHA for cd308e7
View code at this point
Browse repository at this point
Remove last vestiges of the grammar checker from the parser now that it has been entirely moved to the TypeChecker.
CyrusNajmabadi
committed
99a1899
View commit details
Copy full SHA for 99a1899
View code at this point
Browse repository at this point
Address code review
Yui T
committed
9c9bd34
View commit details
Copy full SHA for 9c9bd34
View code at this point
Browse repository at this point
COMPLETE migrating grammar checking; No more errors
Yui T
committed
d7f6072
View commit details
Copy full SHA for d7f6072
View code at this point
Browse repository at this point
Cleaning up migrating grammar checking
Yui T
committed
fdfd8d4
View commit details
Copy full SHA for fdfd8d4
View code at this point
Browse repository at this point
Merge branch 'master' into spreadAndRest
Show description for fab94d8
ahejlsberg
committed
fab94d8
View commit details
Copy full SHA for fab94d8
View code at this point
Browse repository at this point
Merge branch 'master' into refactorGrammarCheck
Show description for 9ab59a4
Yui T
committed
9ab59a4
View commit details
Copy full SHA for 9ab59a4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.