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
src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 13, 2015
Merge pull request #1660 from Microsoft/saveNumericTokensInScanner
Show description for 87bcdff
vladima
committed
87bcdff
View commit details
Copy full SHA for 87bcdff
View code at this point
Browse repository at this point
save token when scanning binary\octal literals
vladima
committed
f233801
View commit details
Copy full SHA for f233801
View code at this point
Browse repository at this point
when formatting lists check if end list token still belongs to the parent node
vladima
committed
150720b
View commit details
Copy full SHA for 150720b
View code at this point
Browse repository at this point
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
Merge pull request #1647 from Microsoft/badPropNamesInConstEnums
Show description for 8256ddf
vladima
committed
8256ddf
View commit details
Copy full SHA for 8256ddf
View code at this point
Browse repository at this point
Manual port of fixe for #1593 from release-1.4
mhegazy
committed
a99b958
View commit details
Copy full SHA for a99b958
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
Remove unused timer.ts file
DickvdBrink
committed
e4701a6
View commit details
Copy full SHA for e4701a6
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 11, 2015
Show --noImplicitAny as an option to throw errors, not warnings
Show description for 47b8deb
lptr
committed
47b8deb
View commit details
Copy full SHA for 47b8deb
View code at this point
Browse repository at this point
Commits on Jan 9, 2015
Adding comment
ahejlsberg
committed
a8cf589
View commit details
Copy full SHA for a8cf589
View code at this point
Browse repository at this point
Renaming helpers and cleaning up logic
ahejlsberg
committed
bdfb655
View commit details
Copy full SHA for bdfb655
View code at this point
Browse repository at this point
Optimizing forEachChild function to not create closures
ahejlsberg
committed
78bb71f
View commit details
Copy full SHA for 78bb71f
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 #1586 from Microsoft/copymap
Show description for 5562810
vladima
committed
5562810
View commit details
Copy full SHA for 5562810
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 #1547 from Microsoft/moveEmitHost
Show description for df4b3d2
DanielRosenwasser
committed
df4b3d2
View commit details
Copy full SHA for df4b3d2
View code at this point
Browse repository at this point
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
Moved EmitHost to utilities.ts
DanielRosenwasser
committed
06d65c7
View commit details
Copy full SHA for 06d65c7
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
Don't emit an empty template head literal if there's a template span with a non-empty literal.
Show description for b442d14
Arnavion
committed
b442d14
View commit details
Copy full SHA for b442d14
View code at this point
Browse repository at this point
Give MinusToken the same precedence as PlusToken for template expressions.
Show description for 33534be
Arnavion
committed
33534be
View commit details
Copy full SHA for 33534be
View code at this point
Browse repository at this point
Remove unnecessary it block in generated .d.ts compilation in harness
JsonFreeman
committed
7518d15
View commit details
Copy full SHA for 7518d15
View code at this point
Browse repository at this point
Use getSourceFile instead of getSourceFiles in compileDeclarationFiles
JsonFreeman
committed
6f6c46a
View commit details
Copy full SHA for 6f6c46a
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
added parameter names to 'copymap' call site
vladima
committed
06258b8
View commit details
Copy full SHA for 06258b8
View code at this point
Browse repository at this point
Commits on Jan 2, 2015
extract map copying logic to a separate function
vladima
committed
3635871
View commit details
Copy full SHA for 3635871
View code at this point
Browse repository at this point
Commits on Dec 30, 2014
CR feedback.
CyrusNajmabadi
committed
12cb284
View commit details
Copy full SHA for 12cb284
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 27, 2014
Enable incremental parsing by default.
CyrusNajmabadi
committed
52e15e7
View commit details
Copy full SHA for 52e15e7
View code at this point
Browse repository at this point
Commits on Dec 22, 2014
Removed newline.
DanielRosenwasser
committed
8aefbe9
View commit details
Copy full SHA for 8aefbe9
View code at this point
Browse repository at this point
Moved EmitHost to types.ts so that utilities can be edited as a standalone file through dependency resolution.
DanielRosenwasser
committed
d907f99
View commit details
Copy full SHA for d907f99
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.