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 }}
codotronix
/
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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 9, 2015
Merge pull request #2666 from Microsoft/occurrencesOnServer
Show description for 4eb8c73
DanielRosenwasser
committed
4eb8c73
View commit details
Copy full SHA for 4eb8c73
Browse repository at this point
Destructure arguments at dispatched calls.
DanielRosenwasser
committed
180f17d
View commit details
Copy full SHA for 180f17d
Browse repository at this point
Commits on Apr 8, 2015
Merge pull request #2498 from Microsoft/iteratorSpreadDestructure
Show description for 21a5611
JsonFreeman
committed
21a5611
View commit details
Copy full SHA for 21a5611
Browse repository at this point
Update baselines for preserving newlines
JsonFreeman
committed
846c225
View commit details
Copy full SHA for 846c225
Browse repository at this point
Merge branch 'master' of https://github.com/Microsoft/TypeScript into iteratorSpreadDestructure
JsonFreeman
committed
d459c59
View commit details
Copy full SHA for d459c59
Browse repository at this point
Merge pull request #2662 from Microsoft/fixDecoratorEmitForComputedProperties
Show description for bbd7142
rbuckton
committed
bbd7142
View commit details
Copy full SHA for bbd7142
Browse repository at this point
Merge branch 'master' into fixDecoratorEmitForComputedProperties
rbuckton
committed
5f6c768
View commit details
Copy full SHA for 5f6c768
Browse repository at this point
Fix for #2619
rbuckton
committed
3702568
View commit details
Copy full SHA for 3702568
Browse repository at this point
Merge pull request #2124 from Microsoft/unrewrite
Show description for 927231b
DanielRosenwasser
committed
927231b
View commit details
Copy full SHA for 927231b
Browse repository at this point
Apparently our server tests can't handle negative tests.
DanielRosenwasser
committed
12ccdb6
View commit details
Copy full SHA for 12ccdb6
Browse repository at this point
Fixed 'isWriteAccess' check.
DanielRosenwasser
committed
81d62cf
View commit details
Copy full SHA for 81d62cf
Browse repository at this point
*Actually dispatched* on the logic.
DanielRosenwasser
committed
d8d494d
View commit details
Copy full SHA for d8d494d
Browse repository at this point
Actually implemented the session-side logic.
DanielRosenwasser
committed
93bb224
View commit details
Copy full SHA for 93bb224
Browse repository at this point
Added occurrences tests.
DanielRosenwasser
committed
a6788d2
View commit details
Copy full SHA for a6788d2
Browse repository at this point
Rename tests.
DanielRosenwasser
committed
de0347f
View commit details
Copy full SHA for de0347f
Browse repository at this point
Fixed /// <reference
DanielRosenwasser
committed
6b99748
View commit details
Copy full SHA for 6b99748
Browse repository at this point
Added support for getOccurrences to the server.
DanielRosenwasser
committed
5b6c65f
View commit details
Copy full SHA for 5b6c65f
Browse repository at this point
Merge pull request #2658 from Microsoft/fixDecoratorBindingForSuperThis
Show description for 68b38b3
rbuckton
committed
68b38b3
View commit details
Copy full SHA for 68b38b3
Browse repository at this point
Tests and baselines
rbuckton
committed
e9911a5
View commit details
Copy full SHA for e9911a5
Browse repository at this point
Commits on Apr 7, 2015
Merge pull request #2591 from Microsoft/serverAddExitMessage
Show description for de2e145
steveluc
committed
de2e145
View commit details
Copy full SHA for de2e145
Browse repository at this point
Fix for #2619
rbuckton
committed
627c7f4
View commit details
Copy full SHA for 627c7f4
Browse repository at this point
Fixes #2601, incorrect resolution of this/super
rbuckton
committed
4ff87b7
View commit details
Copy full SHA for 4ff87b7
Browse repository at this point
Commits on Apr 6, 2015
Merge pull request #2643 from Microsoft/checkForOmittedExpression
Show description for 863f0b6
mhegazy
committed
863f0b6
View commit details
Copy full SHA for 863f0b6
Browse repository at this point
Rename test case
mhegazy
committed
238a33d
View commit details
Copy full SHA for 238a33d
Browse repository at this point
Merge pull request #2642 from Microsoft/getExportsForModuleNullCheck
Show description for 189f07a
mhegazy
committed
189f07a
View commit details
Copy full SHA for 189f07a
Browse repository at this point
Merge pull request #2640 from Microsoft/systemDependentLineEndings
Show description for cf86d3e
mhegazy
committed
cf86d3e
View commit details
Copy full SHA for cf86d3e
Browse repository at this point
Check for omitted expressions when checking const and let declaration names
mhegazy
committed
d71632a
View commit details
Copy full SHA for d71632a
Browse repository at this point
Add null check when querying for exports from a module
mhegazy
committed
3ca76ca
View commit details
Copy full SHA for 3ca76ca
Browse repository at this point
Merge branch 'master' into unrewrite
Show description for ffae189
DanielRosenwasser
committed
ffae189
View commit details
Copy full SHA for ffae189
Browse repository at this point
Use sys.newLine in transpile when possibel
mhegazy
committed
ccb5623
View commit details
Copy full SHA for ccb5623
Browse repository at this point
Merge pull request #2599 from Microsoft/APISamples
Show description for c53b0a5
mhegazy
committed
c53b0a5
View commit details
Copy full SHA for c53b0a5
Browse repository at this point
add comment
mhegazy
committed
1d5d10a
View commit details
Copy full SHA for 1d5d10a
Browse repository at this point
Merge branch 'master' into APISamples
Show description for 29fe9f5
mhegazy
committed
29fe9f5
View commit details
Copy full SHA for 29fe9f5
Browse repository at this point
Merge pull request #2589 from Microsoft/decorators_types
Show description for e195d89
rbuckton
committed
e195d89
View commit details
Copy full SHA for e195d89
Browse repository at this point
Merge pull request #2635 from Microsoft/fixParameterDecoratorTyping
Show description for e1204a9
rbuckton
committed
e1204a9
View commit details
Copy full SHA for e1204a9
Browse repository at this point
Previous
Next
You can’t perform that action at this time.