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
tests
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 30, 2015
Add test for emit destructuring invariable declaration with omitted expression
Yui T
committed
c1d9cfe
View commit details
Copy full SHA for c1d9cfe
View code at this point
Browse repository at this point
Update baselines from merging with master
Yui T
committed
129b8ad
View commit details
Copy full SHA for 129b8ad
View code at this point
Browse repository at this point
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
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
Accepting new baselines
ahejlsberg
committed
6fda0cb
View commit details
Copy full SHA for 6fda0cb
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
Accepting new baselines
ahejlsberg
committed
872beee
View commit details
Copy full SHA for 872beee
View code at this point
Browse repository at this point
Commits on Mar 29, 2015
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 27, 2015
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
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
Accepting new baselines
ahejlsberg
committed
82b6aca
View commit details
Copy full SHA for 82b6aca
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
Added tests related to completions with keywords.
DanielRosenwasser
committed
a56233f
View commit details
Copy full SHA for a56233f
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
More tests.
DanielRosenwasser
committed
5f428fe
View commit details
Copy full SHA for 5f428fe
View code at this point
Browse repository at this point
Added test.
DanielRosenwasser
committed
36db7aa
View commit details
Copy full SHA for 36db7aa
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
In ES6 use "export var x" for internal modules and enums instead of an after the fact "export {x};"
mhegazy
committed
bc51dd1
View commit details
Copy full SHA for bc51dd1
View code at this point
Browse repository at this point
Make isReferencedAliasDeclaration check children
mhegazy
committed
ab5c09a
View commit details
Copy full SHA for ab5c09a
View code at this point
Browse repository at this point
Disallow export declarations in internal modules
mhegazy
committed
6c40c95
View commit details
Copy full SHA for 6c40c95
View code at this point
Browse repository at this point
use the correct check for import and export specifiers
mhegazy
committed
27c5d6f
View commit details
Copy full SHA for 27c5d6f
View code at this point
Browse repository at this point
Merge branch 'exportEquals' into exportEqualsMerged
mhegazy
committed
4361e6e
View commit details
Copy full SHA for 4361e6e
View code at this point
Browse repository at this point
Cleanup of duplicate code due to merge
rbuckton
committed
a60d591
View commit details
Copy full SHA for a60d591
View code at this point
Browse repository at this point
Merge pull request #2399 from Microsoft/decorators_min
rbuckton
committed
ea15225
View commit details
Copy full SHA for ea15225
View code at this point
Browse repository at this point
Merge pull request #2475 from Microsoft/completionEntryDetails
Show description for 4f0dc28
CyrusNajmabadi
committed
4f0dc28
View commit details
Copy full SHA for 4f0dc28
View code at this point
Browse repository at this point
Updates to emit and updated baselines
rbuckton
committed
f531193
View commit details
Copy full SHA for f531193
View code at this point
Browse repository at this point
Commits on Mar 24, 2015
Don't bother with a predicate. It doesn't provide enough of a perf savings.
CyrusNajmabadi
committed
63278ca
View commit details
Copy full SHA for 63278ca
View code at this point
Browse repository at this point
Merge pull request #2476 from Microsoft/immutableBindings
Show description for 20a0ac5
vladima
committed
20a0ac5
View commit details
Copy full SHA for 20a0ac5
View code at this point
Browse repository at this point
Merge pull request #2471 from Microsoft/revisedNameGen2
Show description for e5e5ad8
vladima
committed
e5e5ad8
View commit details
Copy full SHA for e5e5ad8
View code at this point
Browse repository at this point
Merge branch 'master' into completionEntryDetails
CyrusNajmabadi
committed
614b106
View commit details
Copy full SHA for 614b106
View code at this point
Browse repository at this point
Merge pull request #2450 from Microsoft/tsconfigServer
Show description for baac6d8
steveluc
committed
baac6d8
View commit details
Copy full SHA for baac6d8
View code at this point
Browse repository at this point
Merge branch 'master' into findReferences
CyrusNajmabadi
committed
927e60d
View commit details
Copy full SHA for 927e60d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.