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 }}
johnangularjs
/
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
tests
cases
compiler
on
baseClassDeclarationOrder
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 24, 2015
Use function like to determine if it is in different scope
sheetalkamat
committed
bdfb7a2
View commit details
Copy full SHA for bdfb7a2
View code at this point
Browse repository at this point
Merge branch 'master' into baseClassDeclarationOrder
sheetalkamat
committed
66dc9e4
View commit details
Copy full SHA for 66dc9e4
View code at this point
Browse repository at this point
Commits on Aug 21, 2015
Instead of writing text from source file use text property to write text of synthesized node
Show description for 060dbd2
sheetalkamat
committed
060dbd2
View commit details
Copy full SHA for 060dbd2
View code at this point
Browse repository at this point
Add --outFile and revert change make --out relative in tsconfig.json
mhegazy
committed
00cd8ad
View commit details
Copy full SHA for 00cd8ad
View code at this point
Browse repository at this point
Commits on Aug 20, 2015
Merge pull request #4368 from Microsoft/noResolveAndExternalModules
Show description for 5bcb3f0
vladima
committed
5bcb3f0
View commit details
Copy full SHA for 5bcb3f0
View code at this point
Browse repository at this point
Commits on Aug 19, 2015
added tests
vladima
committed
4a82957
View commit details
Copy full SHA for 4a82957
View code at this point
Browse repository at this point
Merge branch 'master' into baseClassDeclarationOrder
sheetalkamat
committed
9fa406c
View commit details
Copy full SHA for 9fa406c
View code at this point
Browse repository at this point
Report error if alias references entity before its declaration
sheetalkamat
committed
ea2a655
View commit details
Copy full SHA for ea2a655
View code at this point
Browse repository at this point
Added tests for commonjs safe import behavior.
DavidSouther
committed
45688e4
View commit details
Copy full SHA for 45688e4
View code at this point
Browse repository at this point
Commits on Aug 18, 2015
Fixed the reporting of error if extends clause uses internal alias as propertyAccess
sheetalkamat
committed
3009fd5
View commit details
Copy full SHA for 3009fd5
View code at this point
Browse repository at this point
Fix the case when the internal alias is used in extends clause
sheetalkamat
committed
284ea97
View commit details
Copy full SHA for 284ea97
View code at this point
Browse repository at this point
Adding tests for imported class from module as base type
sheetalkamat
committed
5e92286
View commit details
Copy full SHA for 5e92286
View code at this point
Browse repository at this point
Adding tests for class declarations inside function block but different files
sheetalkamat
committed
a4c91e2
View commit details
Copy full SHA for a4c91e2
View code at this point
Browse repository at this point
Add tests for class declarations with extends clause inside function
sheetalkamat
committed
6ba40ff
View commit details
Copy full SHA for 6ba40ff
View code at this point
Browse repository at this point
Adding tests for #4244
sheetalkamat
committed
35b6f48
View commit details
Copy full SHA for 35b6f48
View code at this point
Browse repository at this point
Commits on Aug 17, 2015
Merge pull request #4309 from Microsoft/fix4274
Show description for e86f207
mhegazy
committed
e86f207
View commit details
Copy full SHA for e86f207
View code at this point
Browse repository at this point
Adding tests for class declarations in different files
sheetalkamat
committed
4bd17de
View commit details
Copy full SHA for 4bd17de
View code at this point
Browse repository at this point
Fix existing tests and baselines
sheetalkamat
committed
bf64986
View commit details
Copy full SHA for bf64986
View code at this point
Browse repository at this point
Fixed cases where base type is declared in heritage clause itself
sheetalkamat
committed
9296e87
View commit details
Copy full SHA for 9296e87
View code at this point
Browse repository at this point
Test cases for class expressions
sheetalkamat
committed
4de36cd
View commit details
Copy full SHA for 4de36cd
View code at this point
Browse repository at this point
Add testcase for #4341
sheetalkamat
committed
75c143b
View commit details
Copy full SHA for 75c143b
View code at this point
Browse repository at this point
Merge branch 'master' into sourcemap
sheetalkamat
committed
ebe7ca7
View commit details
Copy full SHA for ebe7ca7
View code at this point
Browse repository at this point
Commits on Aug 13, 2015
Fix #4170, remove error when using import=require syntax in t=ES6 and in ambient context
Show description for 7353cfa
mhegazy
committed
7353cfa
View commit details
Copy full SHA for 7353cfa
View code at this point
Browse repository at this point
Fix #4274: When collecting linked aliases use SymbolFlags.Alias to capture local aliases as well
mhegazy
committed
fafd497
View commit details
Copy full SHA for fafd497
View code at this point
Browse repository at this point
Merge pull request #4230 from Microsoft/commentsNotPreserveForCallExp
Show description for f92aa86
yuit
committed
f92aa86
View commit details
Copy full SHA for f92aa86
View code at this point
Browse repository at this point
Merge branch 'master' into commentsNotPreserveForCallExp
Yui T
committed
732376a
View commit details
Copy full SHA for 732376a
View code at this point
Browse repository at this point
Commits on Aug 11, 2015
Merge pull request #4228 from RyanCavanaugh/jsxHash
Show description for 5035559
RyanCavanaugh
committed
5035559
View commit details
Copy full SHA for 5035559
View code at this point
Browse repository at this point
Commits on Aug 10, 2015
Merge pull request #4179 from Microsoft/exportDeclarationsInSystem
Show description for 586abac
vladima
committed
586abac
View commit details
Copy full SHA for 586abac
View code at this point
Browse repository at this point
Fix #3912: emit declaration for binding elements correctelly
mhegazy
committed
7f49375
View commit details
Copy full SHA for 7f49375
View code at this point
Browse repository at this point
Commits on Aug 7, 2015
Fix case where # occurs after > in JSX expression
RyanCavanaugh
committed
555297a
View commit details
Copy full SHA for 555297a
View code at this point
Browse repository at this point
Update baselines
Yui T
committed
7de321d
View commit details
Copy full SHA for 7de321d
View code at this point
Browse repository at this point
Commits on Aug 6, 2015
Fix #4159: look up the type alias paramter within the context of the parent type alias declaration
mhegazy
committed
d58ec43
View commit details
Copy full SHA for d58ec43
View code at this point
Browse repository at this point
deduplicate module dependencies
vladima
committed
02539d9
View commit details
Copy full SHA for 02539d9
View code at this point
Browse repository at this point
Fix #4194: emit type paramters in type alias declaration
mhegazy
committed
fbba50b
View commit details
Copy full SHA for fbba50b
View code at this point
Browse repository at this point
Merge pull request #4124 from ShyykoSerhiy/fix-3991
Show description for 54f3b41
DanielRosenwasser
committed
54f3b41
View commit details
Copy full SHA for 54f3b41
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.