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 }}
russpowers
/
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 Oct 27, 2015
Merge pull request #5275 from Microsoft/fixCasingAndPathFormat
Show description for e811fec
vladima
committed
e811fec
View commit details
Copy full SHA for e811fec
Browse repository at this point
addressed PR feedback (change command line flag description), added tests
vladima
committed
f5d4aa7
View commit details
Copy full SHA for f5d4aa7
Browse repository at this point
Merge pull request #5358 from Microsoft/debugger
Show description for 6e78b9c
weswigham
committed
6e78b9c
View commit details
Copy full SHA for 6e78b9c
Browse repository at this point
Merge pull request #5410 from kenhowardpdx/es6-source-order
Show description for 6d9e793
mhegazy
committed
6d9e793
View commit details
Copy full SHA for 6d9e793
Browse repository at this point
Merge pull request #5412 from Microsoft/classesInLoop
Show description for ea054f7
vladima
committed
ea054f7
View commit details
Copy full SHA for ea054f7
Browse repository at this point
Merge pull request #5408 from Microsoft/asyncWriteOnServer
Show description for 847a074
vladima
committed
847a074
View commit details
Copy full SHA for 847a074
Browse repository at this point
Merge pull request #5397 from seanchas116/fix-nested-parameter-destructuring
Show description for 33d7a1f
mhegazy
committed
33d7a1f
View commit details
Copy full SHA for 33d7a1f
Browse repository at this point
treat local classes as block scoped variables
vladima
committed
654befa
View commit details
Copy full SHA for 654befa
Browse repository at this point
Merge pull request #5402 from zhengbli/i4177
Show description for a9058f9
Zhengbo Li
committed
a9058f9
View commit details
Copy full SHA for a9058f9
Browse repository at this point
Accept baseline
seanchas116
committed
e64831b
View commit details
Copy full SHA for e64831b
Browse repository at this point
Add compiler test
seanchas116
committed
a3f09c3
View commit details
Copy full SHA for a3f09c3
Browse repository at this point
Updated LKG.
Ken Howard
committed
db2c885
View commit details
Copy full SHA for db2c885
Browse repository at this point
Fixed ordering for lib.es6.d.ts.
Ken Howard
committed
bef1acb
View commit details
Copy full SHA for bef1acb
Browse repository at this point
Commits on Oct 26, 2015
Merge pull request #5208 from Microsoft/capturedBlockScopedVars
Show description for 4dbd04c
vladima
committed
4dbd04c
View commit details
Copy full SHA for 4dbd04c
Browse repository at this point
addressed PR feedback
vladima
committed
41697b9
View commit details
Copy full SHA for 41697b9
Browse repository at this point
use process.stdout.write on server
vladima
committed
2fbc7e7
View commit details
Copy full SHA for 2fbc7e7
Browse repository at this point
Merge pull request #5273 from Microsoft/shortenLocMessages
Show description for dababb1
paulvanbrenk
committed
dababb1
View commit details
Copy full SHA for dababb1
Browse repository at this point
Merge pull request #5405 from Microsoft/allowAllFilesAsPackages
Show description for 60d8cf3
vladima
committed
60d8cf3
View commit details
Copy full SHA for 60d8cf3
Browse repository at this point
Merge pull request #5404 from Microsoft/runtests-parallel
Show description for a1dcc42
sandersn
committed
a1dcc42
View commit details
Copy full SHA for a1dcc42
Browse repository at this point
allow other files except .d.ts as external library packages
vladima
committed
751a8ea
View commit details
Copy full SHA for 751a8ea
Browse repository at this point
Make runtests and runtests-parallel share code
Show description for 3127684
sandersn
committed
3127684
View commit details
Copy full SHA for 3127684
Browse repository at this point
Rename, default to 'min' and fix Projects case
Show description for e2bfbd5
sandersn
committed
e2bfbd5
View commit details
Copy full SHA for e2bfbd5
Browse repository at this point
fix i4177 and sync with the TSJS repo
zhengbli
committed
38caf53
View commit details
Copy full SHA for 38caf53
Browse repository at this point
Merge pull request #5390 from maybejulian/declareOnTypeAliasInDts
Show description for ed5dc55
mhegazy
committed
ed5dc55
View commit details
Copy full SHA for ed5dc55
Browse repository at this point
Commits on Oct 25, 2015
Add tests for nested destructuring
seanchas116
committed
f7f9bd1
View commit details
Copy full SHA for f7f9bd1
Browse repository at this point
Do not type non-identifier binding name
seanchas116
committed
3b23ab5
View commit details
Copy full SHA for 3b23ab5
Browse repository at this point
Added grammar change to the comments.
maybejulian
committed
1d6f5c6
View commit details
Copy full SHA for 1d6f5c6
Browse repository at this point
Commits on Oct 24, 2015
Merge pull request #5354 from zhengbli/fixWriteSync
Show description for c3c66a4
Zhengbo Li
committed
c3c66a4
View commit details
Copy full SHA for c3c66a4
Browse repository at this point
accepted baselines
maybejulian
committed
5613ba8
View commit details
Copy full SHA for 5613ba8
Browse repository at this point
Added TypeAliasDeclaration to exceptions for required top level declare modifier
maybejulian
committed
a0939d9
View commit details
Copy full SHA for a0939d9
Browse repository at this point
Commits on Oct 23, 2015
First draft of test parallelisation
sandersn
committed
3682580
View commit details
Copy full SHA for 3682580
Browse repository at this point
Merge pull request #5384 from Microsoft/fix-union-of-variadic-functions
Show description for c4e5468
sandersn
committed
c4e5468
View commit details
Copy full SHA for c4e5468
Browse repository at this point
Merge pull request #5359 from Microsoft/merge-inherits-interface-members
Show description for d26a4c8
sandersn
committed
d26a4c8
View commit details
Copy full SHA for d26a4c8
Browse repository at this point
Use emptyArray instead of [] for no base types.
sandersn
committed
742c701
View commit details
Copy full SHA for 742c701
Browse repository at this point
Fix union types of variadic functions
Show description for ab2994f
sandersn
committed
ab2994f
View commit details
Copy full SHA for ab2994f
Browse repository at this point
Previous
Next
You can’t perform that action at this time.