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 }}
mgprojectmanagement
/
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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 9, 2015
Merge pull request #2267 from Microsoft/indentSimplification
Show description for f061e00
CyrusNajmabadi
committed
f061e00
View commit details
Copy full SHA for f061e00
Browse repository at this point
CR feedback.
CyrusNajmabadi
committed
aa96475
View commit details
Copy full SHA for aa96475
Browse repository at this point
Merge branch 'master' into indentSimplification
CyrusNajmabadi
committed
1a4299e
View commit details
Copy full SHA for 1a4299e
Browse repository at this point
Merge pull request #2273 from Microsoft/fixRWCRunner
Show description for eb92b53
yuit
committed
eb92b53
View commit details
Copy full SHA for eb92b53
Browse repository at this point
Remove deubgger statement
Yui T
committed
725577e
View commit details
Copy full SHA for 725577e
Browse repository at this point
Fix file path resolution in RWC
Yui T
committed
4c7891c
View commit details
Copy full SHA for 4c7891c
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
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
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
Browse repository at this point
Renames and comments as requested by feedback.
steveluc
committed
04320e4
View commit details
Copy full SHA for 04320e4
Browse repository at this point
Further simplification.
CyrusNajmabadi
committed
35b56aa
View commit details
Copy full SHA for 35b56aa
Browse repository at this point
Merge pull request #2266 from Microsoft/moveLocal
Show description for 848bc87
CyrusNajmabadi
committed
848bc87
View commit details
Copy full SHA for 848bc87
Browse repository at this point
Simplify indentation code in the emitter.
CyrusNajmabadi
committed
6340531
View commit details
Copy full SHA for 6340531
Browse repository at this point
Move variable closer to where it is used.
CyrusNajmabadi
committed
29c06f9
View commit details
Copy full SHA for 29c06f9
Browse repository at this point
Merge pull request #2265 from Microsoft/preserveFormatting
Show description for c6cd57d
CyrusNajmabadi
committed
c6cd57d
View commit details
Copy full SHA for c6cd57d
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
Browse repository at this point
tests for newline preservation.
CyrusNajmabadi
committed
6e8d80f
View commit details
Copy full SHA for 6e8d80f
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
Browse repository at this point
Commits on Mar 8, 2015
Merge pull request #2263 from DickvdBrink/valueOf-lib.d.ts
Show description for 161d646
mhegazy
committed
161d646
View commit details
Copy full SHA for 161d646
Browse repository at this point
Accepted baselines
DickvdBrink
committed
e60edb3
View commit details
Copy full SHA for e60edb3
Browse repository at this point
Fixed tests due to lib.d.ts changes
DickvdBrink
committed
23f56da
View commit details
Copy full SHA for 23f56da
Browse repository at this point
Added valueOf definitions for String and Number
DickvdBrink
committed
c0db7ff
View commit details
Copy full SHA for c0db7ff
Browse repository at this point
Addressed comments on code style and organization.
steveluc
committed
360e478
View commit details
Copy full SHA for 360e478
Browse repository at this point
Merge pull request #2245 from billti/ExportVersion
Show description for 24141f0
billti
committed
24141f0
View commit details
Copy full SHA for 24141f0
Browse repository at this point
Added description to version exports
billti
committed
a6816fc
View commit details
Copy full SHA for a6816fc
Browse repository at this point
Merge pull request #2257 from Microsoft/LKG
Show description for f351916
CyrusNajmabadi
committed
f351916
View commit details
Copy full SHA for f351916
Browse repository at this point
Added new logger methods to test harness.
steveluc
committed
865802a
View commit details
Copy full SHA for 865802a
Browse repository at this point
Changed TypeScript server logging to use an environment variable TSS_LOG
Show description for 9a45160
steveluc
committed
9a45160
View commit details
Copy full SHA for 9a45160
Browse repository at this point
Commits on Mar 7, 2015
Added additional cases for format on enter. These cases fix bugs in the
Show description for 8bef6d7
steveluc
committed
8bef6d7
View commit details
Copy full SHA for 8bef6d7
Browse repository at this point
Merge branch 'master' into LKG
CyrusNajmabadi
committed
1a08de9
View commit details
Copy full SHA for 1a08de9
Browse repository at this point
Merge pull request #2255 from Microsoft/returnStatus
Show description for c424fad
CyrusNajmabadi
committed
c424fad
View commit details
Copy full SHA for c424fad
Browse repository at this point
Update LKG
CyrusNajmabadi
committed
50954ac
View commit details
Copy full SHA for 50954ac
Browse repository at this point
Update LKG
CyrusNajmabadi
committed
04d373a
View commit details
Copy full SHA for 04d373a
Browse repository at this point
Merge branch 'master' into returnStatus
CyrusNajmabadi
committed
7570aaa
View commit details
Copy full SHA for 7570aaa
Browse repository at this point
Merge branch 'master' into propertyAccessEmit
CyrusNajmabadi
committed
2162738
View commit details
Copy full SHA for 2162738
Browse repository at this point
Previous
Next
You can’t perform that action at this time.