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
src
compiler
binder.ts
on
codeCoverage
User selector
All users
Datepicker
All time
Commit history
Commits on May 9, 2015
Address code review
Yui T
committed
853edde
View commit details
Copy full SHA for 853edde
View code at this point
Browse repository at this point
Commits on May 5, 2015
Update comment
Yui T
committed
0bd0b27
View commit details
Copy full SHA for 0bd0b27
View code at this point
Browse repository at this point
Check that bindingElement is in parameter declaration and pass in correct symbol exclusion flag
Yui T
committed
0fa240d
View commit details
Copy full SHA for 0fa240d
View code at this point
Browse repository at this point
Commits on Apr 22, 2015
Blocks with locals should be added to the container chain so we can detect name collisions in them.
CyrusNajmabadi
committed
92756e1
View commit details
Copy full SHA for 92756e1
View code at this point
Browse repository at this point
Commits on Apr 10, 2015
Merge branch 'master' into APIReviewCleanup
Show description for 431dce7
mhegazy
committed
431dce7
View commit details
Copy full SHA for 431dce7
View code at this point
Browse repository at this point
Commits on Apr 9, 2015
Revert "Support an optional type annotation on export default statement"
Show description for afe35c8
mhegazy
committed
afe35c8
View commit details
Copy full SHA for afe35c8
View code at this point
Browse repository at this point
Mark non-public API surface with the /* @internal */ comment
mhegazy
committed
1c91c2c
View commit details
Copy full SHA for 1c91c2c
View code at this point
Browse repository at this point
Commits on Apr 1, 2015
Class declarations should be block scoped.
unknown
committed
22a87fb
View commit details
Copy full SHA for 22a87fb
View code at this point
Browse repository at this point
Commits on Mar 31, 2015
Add support for semicolons in class bodies
CyrusNajmabadi
committed
b363a45
View commit details
Copy full SHA for b363a45
View code at this point
Browse repository at this point
Add support for parsing and emitting class expressions.
CyrusNajmabadi
committed
f7aaf09
View commit details
Copy full SHA for f7aaf09
View code at this point
Browse repository at this point
Commits on Mar 23, 2015
Merge branch 'exportEquals' of https://github.com/Microsoft/TypeScript into exportEquals
mhegazy
committed
d47445b
View commit details
Copy full SHA for d47445b
View code at this point
Browse repository at this point
Merge branch 'master' into exportEquals
Show description for f90253f
mhegazy
committed
f90253f
View commit details
Copy full SHA for f90253f
View code at this point
Browse repository at this point
Consistently error on more than one 'export default'
ahejlsberg
committed
6074b3e
View commit details
Copy full SHA for 6074b3e
View code at this point
Browse repository at this point
Commits on Mar 21, 2015
Separate 'export default' and 'export ='
ahejlsberg
committed
57a9fc5
View commit details
Copy full SHA for 57a9fc5
View code at this point
Browse repository at this point
Commits on Mar 17, 2015
Introduce NodeFlags.ExportContext
ahejlsberg
committed
c39dfdc
View commit details
Copy full SHA for c39dfdc
View code at this point
Browse repository at this point
correctly merge const enum only and instantiated modules
vladima
committed
74eb96a
View commit details
Copy full SHA for 74eb96a
View code at this point
Browse repository at this point
Commits on Mar 15, 2015
Merge branch 'master' into exportDefaultType
Show description for 7430f3c
mhegazy
committed
7430f3c
View commit details
Copy full SHA for 7430f3c
View code at this point
Browse repository at this point
Commits on Mar 13, 2015
Use 'let' in the compiler layer.
CyrusNajmabadi
committed
4a91871
View commit details
Copy full SHA for 4a91871
View code at this point
Browse repository at this point
Use 'let' in the binder.
CyrusNajmabadi
committed
cf48f4c
View commit details
Copy full SHA for cf48f4c
View code at this point
Browse repository at this point
Support an optional type annotation on export default statement
mhegazy
committed
a6a8a96
View commit details
Copy full SHA for a6a8a96
View code at this point
Browse repository at this point
Commits on Mar 11, 2015
introduce CaseBlock as a block-scoped container for switch statements
vladima
committed
efcf0e6
View commit details
Copy full SHA for efcf0e6
View code at this point
Browse repository at this point
Commits on Mar 7, 2015
Add an 'isVariableLike' helper function.
CyrusNajmabadi
committed
a76eb69
View commit details
Copy full SHA for a76eb69
View code at this point
Browse repository at this point
Commits on Mar 4, 2015
Renaming SymbolFlags.Import to SymbolFlags.Alias
ahejlsberg
committed
a87c457
View commit details
Copy full SHA for a87c457
View code at this point
Browse repository at this point
Merge branch 'master' into exportDefault
Show description for 91e8b82
ahejlsberg
committed
91e8b82
View commit details
Copy full SHA for 91e8b82
View code at this point
Browse repository at this point
Adding some comments
ahejlsberg
committed
27179b4
View commit details
Copy full SHA for 27179b4
View code at this point
Browse repository at this point
Commits on Mar 3, 2015
Parsing, binding, checking of export default with function/class
ahejlsberg
committed
9af8ae4
View commit details
Copy full SHA for 9af8ae4
View code at this point
Browse repository at this point
Commits on Mar 2, 2015
Unifying ES6 and TypeScript external modules
Show description for 234358e
ahejlsberg
committed
234358e
View commit details
Copy full SHA for 234358e
View code at this point
Browse repository at this point
Commits on Feb 28, 2015
addressed PR feedback
vladima
committed
3b3a94c
View commit details
Copy full SHA for 3b3a94c
View code at this point
Browse repository at this point
Commits on Feb 27, 2015
merge with master
vladima
committed
09d5582
View commit details
Copy full SHA for 09d5582
View code at this point
Browse repository at this point
merge with master
vladima
committed
7be2e50
View commit details
Copy full SHA for 7be2e50
View code at this point
Browse repository at this point
Simplify how catch clauses are represented in our AST.
CyrusNajmabadi
committed
11772e7
View commit details
Copy full SHA for 11772e7
View code at this point
Browse repository at this point
Commits on Feb 25, 2015
Merge branch 'master' into taggedTemplates
ivogabe
committed
ac8e395
View commit details
Copy full SHA for ac8e395
View code at this point
Browse repository at this point
merge with master
vladima
committed
def6812
View commit details
Copy full SHA for def6812
View code at this point
Browse repository at this point
Commits on Feb 23, 2015
Merge branch 'master' into es6Import
Show description for f0f4ca6
ahejlsberg
committed
f0f4ca6
View commit details
Copy full SHA for f0f4ca6
View code at this point
Browse repository at this point
Commits on Feb 22, 2015
Merge branch 'master' into taggedTemplates
Show description for 63e1ddb
ivogabe
committed
63e1ddb
View commit details
Copy full SHA for 63e1ddb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.