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 }}
gitter-badger
/
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
JsonFreeman
Datepicker
All time
Commit History
Commits on May 18, 2015
Merge pull request #3066 from tinganho/newWithSpread
Show description for 5bea6a9
JsonFreeman
committed
5bea6a9
Copy full SHA for 5bea6a9
Commits on May 15, 2015
Merge pull request #3175 from Microsoft/release-1.5
Show description for 28c9ff1
JsonFreeman
committed
28c9ff1
Copy full SHA for 28c9ff1
Merge pull request #3160 from Microsoft/getTypeOfAlias
Show description for 79ab85e
JsonFreeman
committed
79ab85e
Copy full SHA for 79ab85e
Commits on May 14, 2015
Add a comment in getTypeOfAlias
JsonFreeman
committed
26f73d4
Copy full SHA for 26f73d4
Only call getTypeOfSymbol recursively if it's a value
JsonFreeman
committed
8922a09
Copy full SHA for 8922a09
Commits on May 13, 2015
Merge branch 'release-1.5'
JsonFreeman
committed
d5a9aff
Copy full SHA for d5a9aff
Commits on May 12, 2015
Merge pull request #3116 from Microsoft/contextualModifier
Show description for 18c65da
JsonFreeman
committed
18c65da
Copy full SHA for 18c65da
Commits on May 11, 2015
Remove nextTokenCanFollowContextualModifier
JsonFreeman
committed
029fbb0
Copy full SHA for 029fbb0
Commits on May 8, 2015
Type check all files when emitting a file under -out
JsonFreeman
committed
e0931d8
Copy full SHA for e0931d8
Make boolean compiler options in harness true only if they say 'true'
JsonFreeman
committed
80f33dd
Copy full SHA for 80f33dd
Merge branch 'harnessCompilerOptions' into release-1.5
JsonFreeman
committed
a8214ed
Copy full SHA for a8214ed
Merge pull request #3094 from Microsoft/getEmitOutputOut
Show description for cd72993
JsonFreeman
committed
cd72993
Copy full SHA for cd72993
Merge pull request #3093 from Microsoft/harnessCompilerOptions
Show description for 65b7f53
JsonFreeman
committed
65b7f53
Copy full SHA for 65b7f53
Type check all files when emitting a file under -out
JsonFreeman
committed
0401553
Copy full SHA for 0401553
Make boolean compiler options in harness true only if they say 'true'
JsonFreeman
committed
b6979d8
Copy full SHA for b6979d8
Commits on May 7, 2015
Merge pull request #3071 from Microsoft/removeSubtypesRecursion
Show description for e1d0515
JsonFreeman
committed
e1d0515
Copy full SHA for e1d0515
Merge branch 'release-1.5' of https://github.com/Microsoft/TypeScript into removeSubtypesRecursion
JsonFreeman
committed
7a92282
Copy full SHA for 7a92282
PR feedback and another test
JsonFreeman
committed
bb7f617
Copy full SHA for bb7f617
Make removeSubtypes resilient to reentry
JsonFreeman
committed
d8ef7b6
Copy full SHA for d8ef7b6
Merge pull request #3058 from Microsoft/promiseVoidErrorCallback
Show description for dd6c87e
JsonFreeman
committed
dd6c87e
Copy full SHA for dd6c87e
Commits on May 6, 2015
Fix typing for Promises so that a void error callback doesn't mess up inference
JsonFreeman
committed
498f315
Copy full SHA for 498f315
Commits on May 5, 2015
Merge pull request #3030 from Microsoft/lineEndings
Show description for 6c934aa
JsonFreeman
committed
6c934aa
Copy full SHA for 6c934aa
Merge branch 'master' of https://github.com/Microsoft/TypeScript into lineEndings
JsonFreeman
committed
ed7df81
Copy full SHA for ed7df81
Remove unnecessary LineEndingSensitive option from BaselineOptions
JsonFreeman
committed
a25534b
Copy full SHA for a25534b
Rebaseline tests
JsonFreeman
committed
08cffc5
Copy full SHA for 08cffc5
Make the harness report a failure if the line endings differ from the baselines
JsonFreeman
committed
d3a2c2a
Copy full SHA for d3a2c2a
Commits on Apr 22, 2015
Merge pull request #2875 from Microsoft/incrementor
Show description for 60afbc1
JsonFreeman
committed
60afbc1
Copy full SHA for 60afbc1
Merge pull request #2874 from Microsoft/iteratorTypeFix
Show description for aae129f
JsonFreeman
committed
aae129f
Copy full SHA for aae129f
Merge branch 'master' of https://github.com/Microsoft/TypeScript into iteratorTypeFix
JsonFreeman
committed
966c337
Copy full SHA for 966c337
Undo the change to return
JsonFreeman
committed
2a2ef28
Copy full SHA for 2a2ef28
Rename iterator property of ForStatement to incrementor
JsonFreeman
committed
4487fa4
Copy full SHA for 4487fa4
Fix Iterator type in es6.d.ts
JsonFreeman
committed
4dc9da2
Copy full SHA for 4dc9da2
Commits on Apr 20, 2015
Merge pull request #2824 from Microsoft/combineTypeMappers
Show description for 02a480d
JsonFreeman
committed
02a480d
Copy full SHA for 02a480d
Commits on Apr 18, 2015
Accept symbol baseline
JsonFreeman
committed
31b5e72
Copy full SHA for 31b5e72
Change TypeMapper to only take a type parameter, and fix combineTypeMappers to comply with that rule
JsonFreeman
committed
ccf4104
Copy full SHA for ccf4104
Pagination
Previous
Next
You can’t perform that action at this time.