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 }}
ChanningLua
/
TypeScript
Public
forked from
microsoft/TypeScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 31, 2015
Allows extending ActiveXObject with with specialized overloads returning string types, per https://github.com/Microsoft/TypeScript/issues/2541.
zspitz
committed
4d0aa58
View commit details
Copy full SHA for 4d0aa58
View code at this point
Browse repository at this point
Commits on Mar 30, 2015
Merge branch 'master' into allowDestructuringInAmbient
Yui T
committed
a26368a
View commit details
Copy full SHA for a26368a
View code at this point
Browse repository at this point
Fix emit trailing comma for array binding pattern for varaible declaration
Yui T
committed
8320bca
View commit details
Copy full SHA for 8320bca
View code at this point
Browse repository at this point
Merge branch 'master' into referencesFileAssert
Paul van Brenk
committed
359648e
View commit details
Copy full SHA for 359648e
View code at this point
Browse repository at this point
Merge pull request #2512 from Microsoft/versionUpdate
Show description for b180324
mhegazy
committed
b180324
View commit details
Copy full SHA for b180324
View code at this point
Browse repository at this point
Emit ommittedExpression in binding pattern
Yui T
committed
1f055b9
View commit details
Copy full SHA for 1f055b9
View code at this point
Browse repository at this point
Merge branch 'master' into exportDefault
Show description for 6e169d5
ahejlsberg
committed
6e169d5
View commit details
Copy full SHA for 6e169d5
View code at this point
Browse repository at this point
Emit generated name for unnamed default function in down-level code
ahejlsberg
committed
3a72c00
View commit details
Copy full SHA for 3a72c00
View code at this point
Browse repository at this point
Commits on Mar 29, 2015
Fix export.default assignment for export default class/function
ahejlsberg
committed
2dfe32a
View commit details
Copy full SHA for 2dfe32a
View code at this point
Browse repository at this point
Merge branch 'master' into forOfLengthCache
Show description for 3b35473
CyrusNajmabadi
committed
3b35473
View commit details
Copy full SHA for 3b35473
View code at this point
Browse repository at this point
Remove experimental flag to cache for-of length checks.
CyrusNajmabadi
committed
7fff53c
View commit details
Copy full SHA for 7fff53c
View code at this point
Browse repository at this point
Merge branch 'master' into preserveNewLines3
Show description for 62460ae
CyrusNajmabadi
committed
62460ae
View commit details
Copy full SHA for 62460ae
View code at this point
Browse repository at this point
Commits on Mar 28, 2015
Merge pull request #2535 from Microsoft/disposeFileWatcher
Show description for 485b5a1
ahejlsberg
committed
485b5a1
View commit details
Copy full SHA for 485b5a1
View code at this point
Browse repository at this point
Commits on Mar 27, 2015
Address code review
Yui T
committed
a8e4f27
View commit details
Copy full SHA for a8e4f27
View code at this point
Browse repository at this point
Fix: File watchers not being disposed in -watch mode
ahejlsberg
committed
d15278b
View commit details
Copy full SHA for d15278b
View code at this point
Browse repository at this point
Allow RWC runner to use default library instead of the one in json file
Yui T
committed
66f0715
View commit details
Copy full SHA for 66f0715
View code at this point
Browse repository at this point
Merge pull request #2514 from Microsoft/simplifyTempLogic
Show description for 4894fee
ahejlsberg
committed
4894fee
View commit details
Copy full SHA for 4894fee
View code at this point
Browse repository at this point
Commits on Mar 26, 2015
Addressing CR feedback
ahejlsberg
committed
4788581
View commit details
Copy full SHA for 4788581
View code at this point
Browse repository at this point
Merge pull request #2504 from Microsoft/fixConfigLookup
Show description for 0ec6eda
steveluc
committed
0ec6eda
View commit details
Copy full SHA for 0ec6eda
View code at this point
Browse repository at this point
Always preserve new lines for array and object literals and additional constructs like blocks.
CyrusNajmabadi
committed
ceeeb9c
View commit details
Copy full SHA for ceeeb9c
View code at this point
Browse repository at this point
Simplify temporary name generation logic
ahejlsberg
committed
184ce98
View commit details
Copy full SHA for 184ce98
View code at this point
Browse repository at this point
update version in program
mhegazy
committed
83e8910
View commit details
Copy full SHA for 83e8910
View code at this point
Browse repository at this point
Merge pull request #2489 from dbaeumer-feature/formatOptions
dbaeumer
committed
631a9d8
View commit details
Copy full SHA for 631a9d8
View code at this point
Browse repository at this point
Fix bug stemming from use of tsc findConfigFile by server. Server needs
Show description for 237225b
steveluc
committed
237225b
View commit details
Copy full SHA for 237225b
View code at this point
Browse repository at this point
Make elaborateErrors persist throughout type relation checks
JsonFreeman
committed
7a44b9e
View commit details
Copy full SHA for 7a44b9e
View code at this point
Browse repository at this point
Commits on Mar 25, 2015
Merge pull request #2495 from Microsoft/useAppropriateCompletionEdge
Show description for 8610a88
DanielRosenwasser
committed
8610a88
View commit details
Copy full SHA for 8610a88
View code at this point
Browse repository at this point
Adjust the context token if the previous token is a word, not just if it's an identifier.
DanielRosenwasser
committed
0437dfb
View commit details
Copy full SHA for 0437dfb
View code at this point
Browse repository at this point
Merge pull request #2497 from Microsoft/decorators_emit
Show description for 07ea406
rbuckton
committed
07ea406
View commit details
Copy full SHA for 07ea406
View code at this point
Browse repository at this point
Emit decorators when --target ES3
rbuckton
committed
f27caf5
View commit details
Copy full SHA for f27caf5
View code at this point
Browse repository at this point
Merge pull request #2480 from dbaeumer/feature/signatureHelp
Show description for e33b24d
DanielRosenwasser
committed
e33b24d
View commit details
Copy full SHA for e33b24d
View code at this point
Browse repository at this point
Adjust 'position' to beginning of identifier when 'contextToken' has been readjusted.
DanielRosenwasser
committed
93108ef
View commit details
Copy full SHA for 93108ef
View code at this point
Browse repository at this point
Integrated pull request feedback
dbaeumer
committed
c66571b
View commit details
Copy full SHA for c66571b
View code at this point
Browse repository at this point
Merge branch 'master' into exportEqualsMerged
Show description for fad8892
mhegazy
committed
fad8892
View commit details
Copy full SHA for fad8892
View code at this point
Browse repository at this point
Merge branch 'master' into exportEqualsMerged
mhegazy
committed
1c45b77
View commit details
Copy full SHA for 1c45b77
View code at this point
Browse repository at this point
Move es6 alias name handeling to getAliasNameSubstitution to match getExportNameSubstitution
mhegazy
committed
aa01dcd
View commit details
Copy full SHA for aa01dcd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.