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 }}
dotku
/
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
compiler
on
spreadOperatorSourceMap
User selector
All users
Datepicker
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 #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 #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
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
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 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
Fix for #2268 createDiagnosticCollection should be @internal
Show description for dc451b0
mihailik
committed
dc451b0
View commit details
Copy full SHA for dc451b0
View code at this point
Browse repository at this point
Further simplification.
CyrusNajmabadi
committed
35b56aa
View commit details
Copy full SHA for 35b56aa
View code at this point
Browse repository at this point
Simplify indentation code in the emitter.
CyrusNajmabadi
committed
6340531
View commit details
Copy full SHA for 6340531
View code at this point
Browse repository at this point
Move variable closer to where it is used.
CyrusNajmabadi
committed
29c06f9
View commit details
Copy full SHA for 29c06f9
View code at this point
Browse repository at this point
Merge branch 'master' into preserveFormatting
Show description for 4903ca0
CyrusNajmabadi
committed
4903ca0
View commit details
Copy full SHA for 4903ca0
View code at this point
Browse repository at this point
tests for newline preservation.
CyrusNajmabadi
committed
6e8d80f
View commit details
Copy full SHA for 6e8d80f
View code at this point
Browse repository at this point
Make the preservation of formatting an optional experimental compiler flag.
CyrusNajmabadi
committed
c371f1e
View commit details
Copy full SHA for c371f1e
View code at this point
Browse repository at this point
Commits on Mar 8, 2015
Merge pull request #2245 from billti/ExportVersion
Show description for 24141f0
billti
committed
24141f0
View commit details
Copy full SHA for 24141f0
View code at this point
Browse repository at this point
Added description to version exports
billti
committed
a6816fc
View commit details
Copy full SHA for a6816fc
View code at this point
Browse repository at this point
Commits on Mar 7, 2015
Merge branch 'master' into returnStatus
CyrusNajmabadi
committed
7570aaa
View commit details
Copy full SHA for 7570aaa
View code at this point
Browse repository at this point
Merge branch 'master' into propertyAccessEmit
CyrusNajmabadi
committed
2162738
View commit details
Copy full SHA for 2162738
View code at this point
Browse repository at this point
Preserve newlines for conditional expressions
CyrusNajmabadi
committed
2a990a8
View commit details
Copy full SHA for 2a990a8
View code at this point
Browse repository at this point
Simplify code to emit indent code.
CyrusNajmabadi
committed
dddc466
View commit details
Copy full SHA for dddc466
View code at this point
Browse repository at this point
Preserve newlines on either side of a binary expression.
CyrusNajmabadi
committed
680e48f
View commit details
Copy full SHA for 680e48f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.