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 }}
feipegasus
/
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
on
strict_mode
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 24, 2014
update check for object literal properties according to ECMA spec
vladima
committed
ddfd0fe
View commit details
Copy full SHA for ddfd0fe
View code at this point
Browse repository at this point
Commits on Jul 23, 2014
enabled strict mode
vladima
committed
259f8a2
View commit details
Copy full SHA for 259f8a2
View code at this point
Browse repository at this point
do not propagate property name as name for function expression
vladima
committed
d10f2e7
View commit details
Copy full SHA for d10f2e7
View code at this point
Browse repository at this point
Removed parentheses around arrow function parameters.
Show description for 0e10fc7
DanielRosenwasser
committed
0e10fc7
View commit details
Copy full SHA for 0e10fc7
View code at this point
Browse repository at this point
Commits on Jul 22, 2014
Merge pull request #147 from Microsoft/noReturnExpression
Show description for c8fc26a
DanielRosenwasser
committed
c8fc26a
View commit details
Copy full SHA for c8fc26a
View code at this point
Browse repository at this point
Aligning index signature type inference with assignability rules.
Show description for c5db161
ahejlsberg
committed
c5db161
View commit details
Copy full SHA for c5db161
View code at this point
Browse repository at this point
Merge pull request #175 from Microsoft/contextualSignatureInstantiation
Show description for 13d64ad
ahejlsberg
committed
13d64ad
View commit details
Copy full SHA for 13d64ad
View code at this point
Browse repository at this point
Addressing CR feedback.
Show description for d85df9e
ahejlsberg
committed
d85df9e
View commit details
Copy full SHA for d85df9e
View code at this point
Browse repository at this point
Fixed misleading comment
Show description for f37cf16
DanielRosenwasser
committed
f37cf16
View commit details
Copy full SHA for f37cf16
View code at this point
Browse repository at this point
Commits on Jul 21, 2014
Changed error message for annotated functions lacking return statements.
DanielRosenwasser
committed
0f4e887
View commit details
Copy full SHA for 0f4e887
View code at this point
Browse repository at this point
Changed check on annotated functions/getters to only look for return statements.
DanielRosenwasser
committed
1728f7c
View commit details
Copy full SHA for 1728f7c
View code at this point
Browse repository at this point
Minor renaming.
DanielRosenwasser
committed
69018e6
View commit details
Copy full SHA for 69018e6
View code at this point
Browse repository at this point
Removed TODO relating to the task I just fixed.
DanielRosenwasser
committed
b7343c2
View commit details
Copy full SHA for b7343c2
View code at this point
Browse repository at this point
Complain when a non-void/any function lacks a return expresson.
Show description for d33127a
DanielRosenwasser
committed
d33127a
View commit details
Copy full SHA for d33127a
View code at this point
Browse repository at this point
Added contextual signature instantiation during type inference.
Show description for b24b28e
unknown
committed
b24b28e
View commit details
Copy full SHA for b24b28e
View code at this point
Browse repository at this point
Changed error spans for duplicate default clauses, added tests for it.
DanielRosenwasser
committed
fa04d4d
View commit details
Copy full SHA for fa04d4d
View code at this point
Browse repository at this point
Added checking for switch statements with multiple default clauses.
DanielRosenwasser
committed
4ac676f
View commit details
Copy full SHA for 4ac676f
View code at this point
Browse repository at this point
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 #142 from Microsoft/declFileErrorReporting
Show description for 1abedc3
sheetalkamat
committed
1abedc3
View commit details
Copy full SHA for 1abedc3
View code at this point
Browse repository at this point
Updating with code review feedback
sheetalkamat
committed
e0ce0e9
View commit details
Copy full SHA for e0ce0e9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.