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 }}
TorstenStueber
/
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 Apr 23, 2016
Update es5.d.ts
Torsten Stüber
committed
57dd8a6
Copy full SHA for 57dd8a6
Commits on Apr 21, 2016
Update es2015.promise.d.ts
Show description for ab38df7
Torsten Stüber
committed
ab38df7
Copy full SHA for ab38df7
Update es5.d.ts
Show description for df1066b
Torsten Stüber
committed
df1066b
Copy full SHA for df1066b
Commits on Apr 20, 2016
Update es2015.promise.d.ts
Show description for 5e5203f
Torsten Stüber
committed
5e5203f
Copy full SHA for 5e5203f
Update es5.d.ts
Show description for 490fa2f
Torsten Stüber
committed
490fa2f
Copy full SHA for 490fa2f
Merge pull request #8193 from Microsoft/noErrorOnFailedResourceLookup
Show description for 704f3bf
mhegazy
committed
704f3bf
Copy full SHA for 704f3bf
Merge pull request #8200 from Microsoft/no-errors-on-augmentations-in-ambient-context
Show description for 1ac2539
vladima
committed
1ac2539
Copy full SHA for 1ac2539
Commits on Apr 19, 2016
Fix missing iterator in NodeList (#8199)
yuit
committed
24f535e
Copy full SHA for 24f535e
do not validate module names in augmentations defined in ambient context
vladima
committed
950571b
Copy full SHA for 950571b
Merge pull request #7954 from zhengbli/supportScriptKindOnServer
Show description for 3a8ebf1
zhengbli
committed
3a8ebf1
Copy full SHA for 3a8ebf1
Use string literal type for script kind names
zhengbli
committed
cc58e2d
Copy full SHA for cc58e2d
Merge pull request #8195 from Microsoft/fix-formatting-multiline-comments
Show description for d960200
vladima
committed
d960200
Copy full SHA for d960200
Add missing semicolon
mhegazy
committed
c53612d
Copy full SHA for c53612d
fix formatting for lines that start with continuation of multiline comments
vladima
committed
80df773
Copy full SHA for 80df773
Fix #8130: Do not fail if the resources for the specified locale does not exisit
mhegazy
committed
9cc9a99
Copy full SHA for 9cc9a99
Merge pull request #8172 from YuichiNukiyama/fix8117
Show description for 0acd860
mhegazy
committed
0acd860
Copy full SHA for 0acd860
Merge pull request #8184 from Microsoft/removeLibFromRWCOutput
Show description for 6e812e5
mhegazy
committed
6e812e5
Copy full SHA for 6e812e5
Filter library text from RWC output
mhegazy
committed
445cb79
Copy full SHA for 445cb79
Merge pull request #8159 from Microsoft/declFileFirstTypeArgumentIsGenericFunctionType
Show description for edc3ed3
sheetalkamat
committed
edc3ed3
Copy full SHA for edc3ed3
fix 8117
YuichiNukiyama
committed
d48f617
Copy full SHA for d48f617
Merge pull request #8149 from Microsoft/servicesVersionTo-0.5
Show description for fe4058e
DanielRosenwasser
committed
fe4058e
Copy full SHA for fe4058e
Commits on Apr 18, 2016
Fix declaration emit when first generic function type in type argument position specified using space
sheetalkamat
committed
685900c
Copy full SHA for 685900c
Adding another test case to handle more generic scenarios
sheetalkamat
committed
06f54b9
Copy full SHA for 06f54b9
Parenthesize the fn or constructor type with type parameter when writing it in type argument
Show description for dc4871a
sheetalkamat
committed
dc4871a
Copy full SHA for dc4871a
Add the test case for #8105
sheetalkamat
committed
87b64c5
Copy full SHA for 87b64c5
Array.prototype.filter.not.forcing.boolean (#7779)
Show description for 3e2fff2
NimaZahedi
authored and
yuit
committed
3e2fff2
Copy full SHA for 3e2fff2
Merge pull request #8125 from Microsoft/fixDisplayForStringyMembers
Show description for 0a2a8cc
DanielRosenwasser
committed
0a2a8cc
Copy full SHA for 0a2a8cc
Bump TS services version to 0.5.
DanielRosenwasser
committed
d5a27a1
Copy full SHA for d5a27a1
O -> Of
DanielRosenwasser
committed
25d7229
Copy full SHA for 25d7229
Commits on Apr 17, 2016
Accepted symbol baselines.
DanielRosenwasser
committed
ac1d218
Copy full SHA for ac1d218
Added another fourslash test.
DanielRosenwasser
committed
a07e25a
Copy full SHA for a07e25a
Use an element access when displaying literal members.
DanielRosenwasser
committed
c05fac7
Copy full SHA for c05fac7
Commits on Apr 16, 2016
Added tests for quick-info on string-named enum members.
DanielRosenwasser
committed
5814261
Copy full SHA for 5814261
Commits on Apr 15, 2016
Merge pull request #8104 from Microsoft/newEntitiesInGlobalAugmentations
Show description for 79a3e77
vladima
committed
79a3e77
Copy full SHA for 79a3e77
Merge pull request #8051 from Microsoft/cannotExportName
Show description for 0cfe24e
DanielRosenwasser
committed
0cfe24e
Copy full SHA for 0cfe24e
Pagination
Previous
Next
You can’t perform that action at this time.