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
Accelerator
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
Type
/
to 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 }}
teize001
/
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
spreadOperatorSourceMap
User selector
All users
All time
Commit history
Commits on Mar 12, 2015
Merge pull request #2309 from Microsoft/recursiveLetConst
Show description for 17d2a1b
vladima
committed
17d2a1b
View commit details
Copy full SHA for 17d2a1b
View code at this point
Browse repository at this point
addressed PR feedback
vladima
committed
1ce105a
View commit details
Copy full SHA for 1ce105a
View code at this point
Browse repository at this point
Add additional asserts to ensure we don't create diagnostics with bogus positions.
CyrusNajmabadi
committed
36ac0c8
View commit details
Copy full SHA for 36ac0c8
View code at this point
Browse repository at this point
addressed PR feedback
vladima
committed
d3246a3
View commit details
Copy full SHA for d3246a3
View code at this point
Browse repository at this point
Commits on Mar 11, 2015
disallow recursive references for block-scoped bindings
vladima
committed
751b1ae
View commit details
Copy full SHA for 751b1ae
View code at this point
Browse repository at this point
Merge pull request #2307 from Microsoft/sigHelpIndex
Show description for b38743c
CyrusNajmabadi
committed
b38743c
View commit details
Copy full SHA for b38743c
View code at this point
Browse repository at this point
Add explanatory comments.
CyrusNajmabadi
committed
05c2a3e
View commit details
Copy full SHA for 05c2a3e
View code at this point
Browse repository at this point
Remove unnecessary code.
CyrusNajmabadi
committed
63ba645
View commit details
Copy full SHA for 63ba645
View code at this point
Browse repository at this point
Compute consistent argument indices and counts for signature help.
CyrusNajmabadi
committed
d9d90b2
View commit details
Copy full SHA for d9d90b2
View code at this point
Browse repository at this point
added for* statements to isCompletedNode
vladima
committed
4b955ee
View commit details
Copy full SHA for 4b955ee
View code at this point
Browse repository at this point
Merge pull request #2291 from Microsoft/letConstInSwitchStatements
Show description for 76dcfb6
vladima
committed
76dcfb6
View commit details
Copy full SHA for 76dcfb6
View code at this point
Browse repository at this point
introduce emitCaseBlock function
vladima
committed
59c71ac
View commit details
Copy full SHA for 59c71ac
View code at this point
Browse repository at this point
introduce CaseBlock as a block-scoped container for switch statements
vladima
committed
efcf0e6
View commit details
Copy full SHA for efcf0e6
View code at this point
Browse repository at this point
Commits on Mar 10, 2015
Merge pull request #2238 from caitp/issue-2090
Show description for aa08300
DanielRosenwasser
committed
aa08300
View commit details
Copy full SHA for aa08300
View code at this point
Browse repository at this point
Move comment and refer to tuple type literal syntax rather than TupleType interface
caitp
committed
0d06729
View commit details
Copy full SHA for 0d06729
View code at this point
Browse repository at this point
Merge pull request #2275 from DickvdBrink/object-generics
Show description for 11bb5f9
mhegazy
committed
11bb5f9
View commit details
Copy full SHA for 11bb5f9
View code at this point
Browse repository at this point
Merge pull request #2207 from Microsoft/for-ofES5
Show description for 07a893d
JsonFreeman
committed
07a893d
View commit details
Copy full SHA for 07a893d
View code at this point
Browse repository at this point
Merge pull request #2270 from mihailik/patch-1
Show description for 3e4955b
mhegazy
committed
3e4955b
View commit details
Copy full SHA for 3e4955b
View code at this point
Browse repository at this point
Fix call to emitNode after merge with master
JsonFreeman
committed
f389aef
View commit details
Copy full SHA for f389aef
View code at this point
Browse repository at this point
Add note about use of isTupleType()
caitp
committed
7acb410
View commit details
Copy full SHA for 7acb410
View code at this point
Browse repository at this point
Improve message for array destructuring error
Show description for c222b2b
caitp
committed
c222b2b
View commit details
Copy full SHA for c222b2b
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/Microsoft/TypeScript into for-ofES5
JsonFreeman
committed
1349a19
View commit details
Copy full SHA for 1349a19
View code at this point
Browse repository at this point
Address PR feedback
JsonFreeman
committed
b15d8aa
View commit details
Copy full SHA for b15d8aa
View code at this point
Browse repository at this point
Commits on Mar 9, 2015
Merge branch 'master' into commentEmit
Show description for c21fe03
CyrusNajmabadi
committed
c21fe03
View commit details
Copy full SHA for c21fe03
View code at this point
Browse repository at this point
CR feedback.
CyrusNajmabadi
committed
aa96475
View commit details
Copy full SHA for aa96475
View code at this point
Browse repository at this point
Merge branch 'master' into indentSimplification
CyrusNajmabadi
committed
1a4299e
View commit details
Copy full SHA for 1a4299e
View code at this point
Browse repository at this point
made seal, freeze and preventExtensions generic
DickvdBrink
committed
7001562
View commit details
Copy full SHA for 7001562
View code at this point
Browse repository at this point
Add specialized codepath for emitting without comments.
CyrusNajmabadi
committed
31cf443
View commit details
Copy full SHA for 31cf443
View code at this point
Browse repository at this point
Remove deubgger statement
Yui T
committed
725577e
View commit details
Copy full SHA for 725577e
View code at this point
Browse repository at this point
Fix file path resolution in RWC
Yui T
committed
4c7891c
View commit details
Copy full SHA for 4c7891c
View code at this point
Browse repository at this point
rename emitNode to emitNodeWithoutSourceMap
CyrusNajmabadi
committed
bfbc18d
View commit details
Copy full SHA for bfbc18d
View code at this point
Browse repository at this point
Merge branch 'master' into indentSimplification
Show description for 103bb34
CyrusNajmabadi
committed
103bb34
View commit details
Copy full SHA for 103bb34
View code at this point
Browse repository at this point
Merge pull request #2258 from Microsoft/formatLine
Show description for 5556683
steveluc
committed
5556683
View commit details
Copy full SHA for 5556683
View code at this point
Browse repository at this point
Hold at most 4 snapshots per file in the server. This is about 1K per file.
steveluc
committed
37c6f69
View commit details
Copy full SHA for 37c6f69
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/Microsoft/TypeScript into for-ofES5
Show description for a27fbff
JsonFreeman
committed
a27fbff
View commit details
Copy full SHA for a27fbff
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.