Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
rvedam
/
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
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Jan 19, 2015
Merge pull request #1654 from csnover/fix-1653
Show description for 8d5b65a
mhegazy
committed
8d5b65a
Copy full SHA for 8d5b65a
Expose optional getNewLine for language service hosts
Show description for d736014
csnover
committed
d736014
Copy full SHA for d736014
Commits on Jan 16, 2015
Merge pull request #1699 from Microsoft/instrumenterFix
Show description for 1e8e65c
JsonFreeman
committed
1e8e65c
Copy full SHA for 1e8e65c
Change sys to ts.sys in instrumenter
JsonFreeman
committed
ca9cd9a
Copy full SHA for ca9cd9a
Merge pull request #1676 from Microsoft/disallowOptionalBindingParameters
Show description for 5bcb52f
DanielRosenwasser
committed
5bcb52f
Copy full SHA for 5bcb52f
'may not' -> 'cannot'
DanielRosenwasser
committed
2a11222
Copy full SHA for 2a11222
Commits on Jan 15, 2015
Merge pull request #1604 from Microsoft/addTestsForRestAndDefault
Show description for 778c91e
Yui
committed
778c91e
Copy full SHA for 778c91e
Merge branch 'master' into addTestsForRestAndDefault
Yui T
committed
6d678b7
Copy full SHA for 6d678b7
Merge pull request #1673 from Microsoft/unDestructuringParameterProperties
Show description for 8dd81ea
DanielRosenwasser
committed
8dd81ea
Copy full SHA for 8dd81ea
Merge pull request #1675 from Microsoft/fixCurrentDirectoryForRwc
Show description for 713e545
Yui
committed
713e545
Copy full SHA for 713e545
Merge branch 'master' into fixCurrentDirectoryForRwc
Yui T
committed
02b78da
Copy full SHA for 02b78da
Address code review
Yui T
committed
ffbdf46
Copy full SHA for ffbdf46
Disallow optional destructured parameters in implementation signatures.
DanielRosenwasser
committed
75a1a8a
Copy full SHA for 75a1a8a
Added tests.
DanielRosenwasser
committed
dafe7c8
Copy full SHA for dafe7c8
Pass information of rwc's currentDirectory to the compiler host in the Harness
Yui T
committed
6e8957d
Copy full SHA for 6e8957d
Disallow binding patterns in parameter properties.
DanielRosenwasser
committed
e19ebc6
Copy full SHA for e19ebc6
Renamed tests.
DanielRosenwasser
committed
61e2eb6
Copy full SHA for 61e2eb6
Fixed incorrect tests.
DanielRosenwasser
committed
f58e6fc
Copy full SHA for f58e6fc
Commits on Jan 14, 2015
Merge pull request #1648 from Microsoft/contextualTypeParenthesizedExpressions
Show description for bfe63cc
DanielRosenwasser
committed
bfe63cc
Copy full SHA for bfe63cc
Merge pull request #1670 from Microsoft/fixTypeGuardWithInstanceOf
Show description for d391a8a
Yui
committed
d391a8a
Copy full SHA for d391a8a
Merge branch 'master' into fixTypeGuardWithInstanceOf
Yui T
committed
cf81938
Copy full SHA for cf81938
Fix narrow type for instanceOf and add testcases
Yui T
committed
fdadd3c
Copy full SHA for fdadd3c
Merge pull request #1666 from Microsoft/noFormattingOnFirstLine
Show description for 0518124
vladima
committed
0518124
Copy full SHA for 0518124
Merge pull request #1661 from DickvdBrink/fix-perftsc
Show description for c3e4797
mhegazy
committed
c3e4797
Copy full SHA for c3e4797
do not apply format on enter for the first line
vladima
committed
2ce6c56
Copy full SHA for 2ce6c56
Merge pull request #1562 from csnover/fix-1133
Show description for 4a1851c
JsonFreeman
committed
4a1851c
Copy full SHA for 4a1851c
Minor changes.
DanielRosenwasser
committed
e20b22c
Copy full SHA for e20b22c
Fix jake perftsc task
Show description for e9f098b
DickvdBrink
committed
e9f098b
Copy full SHA for e9f098b
Updated parser lookahead for modifiers to anticipate object literals.
DanielRosenwasser
committed
372b0a4
Copy full SHA for 372b0a4
Added tests.
DanielRosenwasser
committed
b434ee4
Copy full SHA for b434ee4
Commits on Jan 13, 2015
Merge pull request #1660 from Microsoft/saveNumericTokensInScanner
Show description for 87bcdff
vladima
committed
87bcdff
Copy full SHA for 87bcdff
Merge pull request #1658 from Microsoft/emptyParamList
Show description for a9a994c
vladima
committed
a9a994c
Copy full SHA for a9a994c
save token when scanning binary\octal literals
vladima
committed
f233801
Copy full SHA for f233801
when formatting lists check if end list token still belongs to the parent node
vladima
committed
150720b
Copy full SHA for 150720b
Merge pull request #1657 from Microsoft/unionTypeGuards
Show description for cbecae3
ahejlsberg
committed
cbecae3
Copy full SHA for cbecae3
Pagination
Previous
Next
You can’t perform that action at this time.