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 }}
tbDeveloper
/
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
services
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 28, 2015
Make declaration emitter call resolver.isOptionalParameter
JsonFreeman
committed
4673d61
View commit details
Copy full SHA for 4673d61
View code at this point
Browse repository at this point
Commits on Jul 27, 2015
Merge branch 'master' of https://github.com/Microsoft/TypeScript into defaultInitializer
JsonFreeman
committed
40d6c7f
View commit details
Copy full SHA for 40d6c7f
View code at this point
Browse repository at this point
cleanup
Arthur Ozga
committed
7c024ab
View commit details
Copy full SHA for 7c024ab
View code at this point
Browse repository at this point
Merge branch 'master' into removeForLoop
Arthur Ozga
committed
a95f608
View commit details
Copy full SHA for a95f608
View code at this point
Browse repository at this point
Commits on Jul 24, 2015
Adjust notion of minArgumentCount to account for required parameters with default initializers
JsonFreeman
committed
a47e02a
View commit details
Copy full SHA for a47e02a
View code at this point
Browse repository at this point
Merge pull request #3982 from Microsoft/sourceMapsInTranspile
Show description for e1fa3c5
vladima
committed
e1fa3c5
View commit details
Copy full SHA for e1fa3c5
View code at this point
Browse repository at this point
Commits on Jul 22, 2015
Add getBaseTypes on TypeObject in services
JsonFreeman
committed
d6998da
View commit details
Copy full SHA for d6998da
View code at this point
Browse repository at this point
add transpileModule function that can return emitted source map
vladima
committed
500cada
View commit details
Copy full SHA for 500cada
View code at this point
Browse repository at this point
Commits on Jul 19, 2015
Merge branch 'master' into strictObjectLiterals
Show description for 2913cb0
ahejlsberg
committed
2913cb0
View commit details
Copy full SHA for 2913cb0
View code at this point
Browse repository at this point
Commits on Jul 17, 2015
Addressed Daniel's Comments
Arthur Ozga
committed
1ca17ab
View commit details
Copy full SHA for 1ca17ab
View code at this point
Browse repository at this point
remove for-loops
Arthur Ozga
committed
005b858
View commit details
Copy full SHA for 005b858
View code at this point
Browse repository at this point
Commits on Jul 16, 2015
Merge pull request #3636 from Microsoft/semanticBindingPropNames
Show description for 439c14f
DanielRosenwasser
committed
439c14f
View commit details
Copy full SHA for 439c14f
View code at this point
Browse repository at this point
Merge pull request #3546 from Microsoft/tsConfigExcludeLSSupport
Show description for 01244d6
jramsay
committed
01244d6
View commit details
Copy full SHA for 01244d6
View code at this point
Browse repository at this point
Commits on Jul 15, 2015
Merge branch 'master' into semanticBindingPropNames
Show description for ca3c14f
DanielRosenwasser
committed
ca3c14f
View commit details
Copy full SHA for ca3c14f
View code at this point
Browse repository at this point
Enable retrieving the type of a binding property name when an initializer/type annotation is present.
DanielRosenwasser
committed
fdd1f30
View commit details
Copy full SHA for fdd1f30
View code at this point
Browse repository at this point
Merge pull request #3818 from Microsoft/exportSpecifierCompletions
Show description for d17f13a
DanielRosenwasser
committed
d17f13a
View commit details
Copy full SHA for d17f13a
View code at this point
Browse repository at this point
Fix comment spacing for readDirectory in shims.ts
jramsay
committed
dea66a6
View commit details
Copy full SHA for dea66a6
View code at this point
Browse repository at this point
CoreServicesShimHost and CoreServicesShimHostAdapter changes to support TSConfig exclude from the language service
jramsay
committed
52423f0
View commit details
Copy full SHA for 52423f0
View code at this point
Browse repository at this point
addressed PR feedback: added comments
vladima
committed
93e5cae
View commit details
Copy full SHA for 93e5cae
View code at this point
Browse repository at this point
dispose snapshot only if new file differs from the old file
vladima
committed
7d6f8f3
View commit details
Copy full SHA for 7d6f8f3
View code at this point
Browse repository at this point
dispose script snapshots from the old source file
vladima
committed
ba3d2db
View commit details
Copy full SHA for ba3d2db
View code at this point
Browse repository at this point
Commits on Jul 14, 2015
Fix occurrences in ClassExpressions
DickvdBrink
committed
acb9f70
View commit details
Copy full SHA for acb9f70
View code at this point
Browse repository at this point
Changed order of parameters.
DanielRosenwasser
committed
076028c
View commit details
Copy full SHA for 076028c
View code at this point
Browse repository at this point
Just use 'filter'
DanielRosenwasser
committed
4f7c624
View commit details
Copy full SHA for 4f7c624
View code at this point
Browse repository at this point
Addressed CR feedback.
DanielRosenwasser
committed
30c6947
View commit details
Copy full SHA for 30c6947
View code at this point
Browse repository at this point
Merge pull request #3846 from DickvdBrink/abstract-occurrences
Show description for c5aa3ad
DanielRosenwasser
committed
c5aa3ad
View commit details
Copy full SHA for c5aa3ad
View code at this point
Browse repository at this point
Merge branch 'master' into textClassification
CyrusNajmabadi
committed
557b795
View commit details
Copy full SHA for 557b795
View code at this point
Browse repository at this point
Commits on Jul 13, 2015
Classify Identifiers as 'Identifier', not 'Text'.
CyrusNajmabadi
committed
96c1b9c
View commit details
Copy full SHA for 96c1b9c
View code at this point
Browse repository at this point
PR feedback for abstract keyword occurrences
DickvdBrink
committed
fc47329
View commit details
Copy full SHA for fc47329
View code at this point
Browse repository at this point
Highlight abstract keywords on classes and members
DickvdBrink
committed
b33a35b
View commit details
Copy full SHA for b33a35b
View code at this point
Browse repository at this point
Don't fall through to the modifier check for get/set keywords
DickvdBrink
committed
6dcc9fc
View commit details
Copy full SHA for 6dcc9fc
View code at this point
Browse repository at this point
Merge pull request #3738 from SaschaNaz/parenIndentFix
Show description for 35ca82c
mhegazy
committed
35ca82c
View commit details
Copy full SHA for 35ca82c
View code at this point
Browse repository at this point
Commits on Jul 11, 2015
Switch to assignability check and fix compiler bugs found by check
ahejlsberg
committed
11aecee
View commit details
Copy full SHA for 11aecee
View code at this point
Browse repository at this point
Pick your poition.
DanielRosenwasser
committed
a6d17d8
View commit details
Copy full SHA for a6d17d8
View code at this point
Browse repository at this point
Fixed conversion from forEach to for-of
DanielRosenwasser
committed
48ca1c4
View commit details
Copy full SHA for 48ca1c4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.