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
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 }}
phpnode
/
TypeScript
Public
forked from
microsoft/TypeScript
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
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
tests
on
CompileOnSaveFixInResolveModuleName
User selector
All users
All time
Commit history
Commits on Apr 27, 2017
Fix block-scoped enum declarations
rbuckton
committed
324c9bb
View commit details
Copy full SHA for 324c9bb
View code at this point
Browse repository at this point
Commits on Apr 26, 2017
add unit test
jwbay
committed
1f815b6
View commit details
Copy full SHA for 1f815b6
View code at this point
Browse repository at this point
Commits on Apr 25, 2017
Merge pull request #15379 from Microsoft/fix14945
Show description for 6756e3e
rbuckton
authored
6756e3e
View commit details
Copy full SHA for 6756e3e
View code at this point
Browse repository at this point
Do not rename references to class inside of the class body function
rbuckton
committed
1d1ebd0
View commit details
Copy full SHA for 1d1ebd0
View code at this point
Browse repository at this point
Fix class name emit in ES5
rbuckton
committed
21c2745
View commit details
Copy full SHA for 21c2745
View code at this point
Browse repository at this point
Fix visitEachChild for signatures
rbuckton
committed
2171429
View commit details
Copy full SHA for 2171429
View code at this point
Browse repository at this point
Merge pull request #15357 from Microsoft/es2015-transform-accessors-containing-captured-this
Show description for c6bf6a2
sandersn
authored
c6bf6a2
View commit details
Copy full SHA for c6bf6a2
View code at this point
Browse repository at this point
Commits on Apr 24, 2017
Merge pull request #15350 from Microsoft/improve-message-for-untyped-module
Show description for da5fd93
sandersn
authored
da5fd93
View commit details
Copy full SHA for da5fd93
View code at this point
Browse repository at this point
Test contextual type of object spread expressions
Show description for a94198e
sandersn
committed
a94198e
View commit details
Copy full SHA for a94198e
View code at this point
Browse repository at this point
Reword message:more detail about declaration files
sandersn
committed
3b8cafe
View commit details
Copy full SHA for 3b8cafe
View code at this point
Browse repository at this point
Test ES2015 transform of accessors w/captured this
sandersn
committed
00848fc
View commit details
Copy full SHA for 00848fc
View code at this point
Browse repository at this point
Update baselines
sandersn
committed
a44b972
View commit details
Copy full SHA for a44b972
View code at this point
Browse repository at this point
Merge pull request #15320 from Microsoft/fixTypePredicateThisParameter
Show description for a0abadb
mhegazy
authored
a0abadb
View commit details
Copy full SHA for a0abadb
View code at this point
Browse repository at this point
Commits on Apr 23, 2017
Update tests
gcnew
committed
9c2a74c
View commit details
Copy full SHA for 9c2a74c
View code at this point
Browse repository at this point
Add regression test
ahejlsberg
committed
85d4593
View commit details
Copy full SHA for 85d4593
View code at this point
Browse repository at this point
Commits on Apr 21, 2017
Merge pull request #15160 from Microsoft/master-jsxChildren
Show description for a1a2006
yuit
authored
a1a2006
View commit details
Copy full SHA for a1a2006
View code at this point
Browse repository at this point
Fix null error in importTracker: VariableDeclaration might not have a VariableStatement ancestor
Andy Hanson
committed
4ff180d
View commit details
Copy full SHA for 4ff180d
View code at this point
Browse repository at this point
Commits on Apr 20, 2017
Merge pull request #15260 from Microsoft/Fix15200
Show description for 24814ec
mhegazy
authored
24814ec
View commit details
Copy full SHA for 24814ec
View code at this point
Browse repository at this point
Update tests and baselines
Yui T
committed
b7a30c1
View commit details
Copy full SHA for b7a30c1
View code at this point
Browse repository at this point
Change how we look up children attribute from react.d.ts
Yui T
committed
e9cd3ad
View commit details
Copy full SHA for e9cd3ad
View code at this point
Browse repository at this point
Fix loop block scope binding in generator
rbuckton
committed
6c17613
View commit details
Copy full SHA for 6c17613
View code at this point
Browse repository at this point
Commits on Apr 19, 2017
Merge pull request #15277 from Microsoft/fixAsynxIteration
Show description for 6793466
rbuckton
authored
6793466
View commit details
Copy full SHA for 6793466
View code at this point
Browse repository at this point
Emit generated name for unnamed default exported class with decorated members
rbuckton
committed
9692737
View commit details
Copy full SHA for 9692737
View code at this point
Browse repository at this point
Handle rejection in async delegation
rbuckton
committed
73142ff
View commit details
Copy full SHA for 73142ff
View code at this point
Browse repository at this point
check and emit fixes for async iteration
rbuckton
committed
6749c77
View commit details
Copy full SHA for 6749c77
View code at this point
Browse repository at this point
Merge pull request #15258 from Microsoft/mergeSymbol-uses-first-decl-not-valueDecl
Show description for a859399
sandersn
authored
a859399
View commit details
Copy full SHA for a859399
View code at this point
Browse repository at this point
Commits on Apr 18, 2017
Do not query for bind errors if skipLibCheck or skipDefaultLibCheck is set
mhegazy
committed
8c33a79
View commit details
Copy full SHA for 8c33a79
View code at this point
Browse repository at this point
Test:type alias merged w/interface-namespace errors
Show description for eba15f4
sandersn
committed
eba15f4
View commit details
Copy full SHA for eba15f4
View code at this point
Browse repository at this point
Merge pull request #15257 from Microsoft/unknown-properties-are-assignable-to-Object-in-union
Show description for 2e43c86
sandersn
authored
2e43c86
View commit details
Copy full SHA for 2e43c86
View code at this point
Browse repository at this point
Test:Unknown properties are assignable to Object in union
Show description for 8ab2221
sandersn
committed
8ab2221
View commit details
Copy full SHA for 8ab2221
View code at this point
Browse repository at this point
Merge pull request #15240 from Microsoft/fixCrashFindingLocals
Show description for 6de4693
mhegazy
authored
6de4693
View commit details
Copy full SHA for 6de4693
View code at this point
Browse repository at this point
Merge pull request #15229 from Microsoft/Fix15220
Show description for e6ecfa4
mhegazy
authored
e6ecfa4
View commit details
Copy full SHA for e6ecfa4
View code at this point
Browse repository at this point
Merge pull request #15241 from Microsoft/fix15205
Show description for 2ca1de5
rbuckton
authored
2ca1de5
View commit details
Copy full SHA for 2ca1de5
View code at this point
Browse repository at this point
Merge pull request #15239 from Microsoft/typeof-can-refer-class-before-declaration
Show description for e36d8d5
sandersn
authored
e36d8d5
View commit details
Copy full SHA for e36d8d5
View code at this point
Browse repository at this point
Merge pull request #15104 from Microsoft/covariantCallbacks
Show description for cef42c9
ahejlsberg
authored
cef42c9
View commit details
Copy full SHA for cef42c9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.