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 }}
JamesLinus
/
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 26, 2015
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
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
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
Add tests and accept baselines
sandersn
committed
7a10043
View commit details
Copy full SHA for 7a10043
Browse repository at this point
Merge pull request #5367 from Microsoft/cacheFileExists
Show description for 69986a1
vladima
committed
69986a1
View commit details
Copy full SHA for 69986a1
Browse repository at this point
addressed PR feedback
vladima
committed
19a222e
View commit details
Copy full SHA for 19a222e
Browse repository at this point
Merge pull request #5368 from Microsoft/convert-diagnostic-text-to-es2015
Show description for fe19ccf
sandersn
committed
fe19ccf
View commit details
Copy full SHA for fe19ccf
Browse repository at this point
CR feedback.
zhengbli
committed
bf1335b
View commit details
Copy full SHA for bf1335b
Browse repository at this point
Merge pull request #5336 from zhengbli/fixWatcherIssue
Show description for f431c82
Zhengbo Li
committed
f431c82
View commit details
Copy full SHA for f431c82
Browse repository at this point
Merge pull request #5370 from weswigham/system-export-var
Show description for 8e492a4
weswigham
committed
8e492a4
View commit details
Copy full SHA for 8e492a4
Browse repository at this point
Merge pull request #5373 from brettm523/5298-normalize-err-msg-path
Show description for 7ed6c7a
DanielRosenwasser
committed
7ed6c7a
View commit details
Copy full SHA for 7ed6c7a
Browse repository at this point
add normalizePath to to fix slashes
bmayen
committed
7c251bc
View commit details
Copy full SHA for 7c251bc
Browse repository at this point
Accepted baselines.
maybejulian
committed
c30ac53
View commit details
Copy full SHA for c30ac53
Browse repository at this point
Commits on Oct 22, 2015
Merge pull request #5366 from RyanCavanaugh/typeOperatorSpacingRule
Show description for bede6ed
RyanCavanaugh
committed
bede6ed
View commit details
Copy full SHA for bede6ed
Browse repository at this point
Style changes
RyanCavanaugh
committed
d284a90
View commit details
Copy full SHA for d284a90
Browse repository at this point
Added test.
maybejulian
committed
fc2dca2
View commit details
Copy full SHA for fc2dca2
Browse repository at this point
accept new baselines
weswigham
committed
58d20ae
View commit details
Copy full SHA for 58d20ae
Browse repository at this point
remove es6 check form system module
weswigham
committed
dfada8e
View commit details
Copy full SHA for dfada8e
Browse repository at this point
Accept baselines
sandersn
committed
f99227b
View commit details
Copy full SHA for f99227b
Browse repository at this point
Update diagnostic text to use ES2015, not ES6.
sandersn
committed
36050cd
View commit details
Copy full SHA for 36050cd
Browse repository at this point
move 'fileExists' caching to tsc
vladima
committed
7158a65
View commit details
Copy full SHA for 7158a65
Browse repository at this point
cache results of fileExists check in default compiler host
vladima
committed
6dda170
View commit details
Copy full SHA for 6dda170
Browse repository at this point
Remove extra semicolon (the irony)
RyanCavanaugh
committed
9da964f
View commit details
Copy full SHA for 9da964f
Browse repository at this point
Add rule to check spaces around intersection/union type operators
RyanCavanaugh
committed
69236c9
View commit details
Copy full SHA for 69236c9
Browse repository at this point
Improve mergedInheritedClassInterface test case
Show description for 1651f18
sandersn
committed
1651f18
View commit details
Copy full SHA for 1651f18
Browse repository at this point
Root class merged with interface can be extended
Show description for 56322d2
sandersn
committed
56322d2
View commit details
Copy full SHA for 56322d2
Browse repository at this point
Merge pull request #5360 from Microsoft/runTestsBrowserOnLinux
Show description for ece96ac
vladima
committed
ece96ac
View commit details
Copy full SHA for ece96ac
Browse repository at this point
Accept new baselines
sandersn
committed
ae6ebe1
View commit details
Copy full SHA for ae6ebe1
Browse repository at this point
pick default chrome location based on platform
vladima
committed
0834a29
View commit details
Copy full SHA for 0834a29
Browse repository at this point
Previous
Next
You can’t perform that action at this time.