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 }}
devlato
/
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
on
overloadResolutionErrors
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 23, 2014
Further elaboration in assignability errors for call expressions.
DanielRosenwasser
committed
7eafe0c
View commit details
Copy full SHA for 7eafe0c
View code at this point
Browse repository at this point
Commits on Jul 21, 2014
Addressing CR feedback.
unknown
committed
c3624c9
View commit details
Copy full SHA for c3624c9
View code at this point
Browse repository at this point
Improving code and addressing code review feedback.
Show description for 24dbe2d
ahejlsberg
authored and
unknown
committed
24dbe2d
View commit details
Copy full SHA for 24dbe2d
View code at this point
Browse repository at this point
Ensuring local module names are unique in emit.
Show description for 175dba4
ahejlsberg
authored and
unknown
committed
175dba4
View commit details
Copy full SHA for 175dba4
View code at this point
Browse repository at this point
Improving code and addressing code review feedback.
Show description for 393be46
ahejlsberg
authored and
unknown
committed
393be46
View commit details
Copy full SHA for 393be46
View code at this point
Browse repository at this point
Ensuring local module names are unique in emit.
Show description for 85225c8
ahejlsberg
authored and
unknown
committed
85225c8
View commit details
Copy full SHA for 85225c8
View code at this point
Browse repository at this point
Condense all error spans to just the name for variable, class, interface, module, enum and enum member
JsonFreeman
committed
585d9bd
View commit details
Copy full SHA for 585d9bd
View code at this point
Browse repository at this point
Address PR feedback
JsonFreeman
committed
3580a99
View commit details
Copy full SHA for 3580a99
View code at this point
Browse repository at this point
Remove error about missing module flag from checker
JsonFreeman
committed
837a893
View commit details
Copy full SHA for 837a893
View code at this point
Browse repository at this point
Add error about missing module flag to createProgram
JsonFreeman
committed
91d31c7
View commit details
Copy full SHA for 91d31c7
View code at this point
Browse repository at this point
Merge pull request #155 from Microsoft/check_this
Show description for f7d7623
vladima
committed
f7d7623
View commit details
Copy full SHA for f7d7623
View code at this point
Browse repository at this point
fixed typo in comment
vladima
committed
96cf47d
View commit details
Copy full SHA for 96cf47d
View code at this point
Browse repository at this point
Commits on Jul 19, 2014
Merge pull request #157 from Microsoft/use_strict_in_functions
Show description for ea46b97
vladima
committed
ea46b97
View commit details
Copy full SHA for ea46b97
View code at this point
Browse repository at this point
Commits on Jul 18, 2014
emit 'use strict' at the beginning of the function
vladima
committed
36c22d1
View commit details
Copy full SHA for 36c22d1
View code at this point
Browse repository at this point
Addressed code review feedback.
DanielRosenwasser
committed
1ec29c6
View commit details
Copy full SHA for 1ec29c6
View code at this point
Browse repository at this point
Better error recovery for when an arrow function is missing a curly brace.
Show description for 819ea95
DanielRosenwasser
committed
819ea95
View commit details
Copy full SHA for 819ea95
View code at this point
Browse repository at this point
added collision check for '_this'
vladima
committed
30ecd19
View commit details
Copy full SHA for 30ecd19
View code at this point
Browse repository at this point
Merge pull request #145 from Microsoft/restConstructorParam
Show description for 91b8a45
mhegazy
committed
91b8a45
View commit details
Copy full SHA for 91b8a45
View code at this point
Browse repository at this point
fix typo in function name
mhegazy
committed
c9c0166
View commit details
Copy full SHA for c9c0166
View code at this point
Browse repository at this point
Merge pull request #141 from Microsoft/typoInDeclFileEmit
Show description for 3665e45
sheetalkamat
committed
3665e45
View commit details
Copy full SHA for 3665e45
View code at this point
Browse repository at this point
Issue# 144: Do not emit the name of the rest paramter in constructors
mhegazy
committed
b744633
View commit details
Copy full SHA for b744633
View code at this point
Browse repository at this point
Fixed the typo in declaration emitter of implements clause
sheetalkamat
committed
586b773
View commit details
Copy full SHA for 586b773
View code at this point
Browse repository at this point
emit prologue directives as first lines in file
vladima
committed
4068404
View commit details
Copy full SHA for 4068404
View code at this point
Browse repository at this point
Commits on Jul 17, 2014
Merge pull request #137 from Microsoft/referencecomments
Show description for b9372a1
vladima
committed
b9372a1
View commit details
Copy full SHA for b9372a1
View code at this point
Browse repository at this point
relax the restrictions to reference comment shape
vladima
committed
cd9a434
View commit details
Copy full SHA for cd9a434
View code at this point
Browse repository at this point
do not propagate function name in property accessors
vladima
committed
f1ce09c
View commit details
Copy full SHA for f1ce09c
View code at this point
Browse repository at this point
Merge pull request #35 from Microsoft/emitRefactor
Show description for 43ce151
sheetalkamat
committed
43ce151
View commit details
Copy full SHA for 43ce151
View code at this point
Browse repository at this point
renamed isEmitToOwnFile to shouldEmitToOwnFile as per feedback
sheetalkamat
committed
9670006
View commit details
Copy full SHA for 9670006
View code at this point
Browse repository at this point
Support automatic semicolon insertion in class member declarations.
DanielRosenwasser
committed
df5c254
View commit details
Copy full SHA for df5c254
View code at this point
Browse repository at this point
Renamed emitToOwnOutputFile to isEmitToOwnOutputFile
sheetalkamat
committed
b7feb15
View commit details
Copy full SHA for b7feb15
View code at this point
Browse repository at this point
do not check inherited properties if interface has one item in heritage list
vladima
committed
2b8f04a
View commit details
Copy full SHA for 2b8f04a
View code at this point
Browse repository at this point
Commits on Jul 16, 2014
Merge branch 'master' into MergingErrors
Show description for 6b112b1
ahejlsberg
committed
6b112b1
View commit details
Copy full SHA for 6b112b1
View code at this point
Browse repository at this point
Addressing code review feedback.
ahejlsberg
committed
70f8057
View commit details
Copy full SHA for 70f8057
View code at this point
Browse repository at this point
Moved the emit functionality into emitFiles
sheetalkamat
committed
d9196d6
View commit details
Copy full SHA for d9196d6
View code at this point
Browse repository at this point
Remove assert
JsonFreeman
committed
b8c96a2
View commit details
Copy full SHA for b8c96a2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.