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 }}
caklimas
/
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 Nov 15, 2014
Merge pull request #1167 from Microsoft/formatting_templates
Show description for 647ff4b
vladima
committed
647ff4b
Copy full SHA for 647ff4b
added more tests
vladima
committed
d9829f4
Copy full SHA for d9829f4
Commits on Nov 14, 2014
Merge pull request #1163 from Microsoft/typeGuards
Show description for bdfb569
ahejlsberg
committed
bdfb569
Copy full SHA for bdfb569
formatting: handle templates spans
vladima
committed
4609d24
Copy full SHA for 4609d24
Addressing CR feedback
ahejlsberg
committed
df544a6
Copy full SHA for df544a6
Merge pull request #1160 from Microsoft/weDontNeedNoTemplateStringsArrayPreEs6
Show description for aec8d96
DanielRosenwasser
committed
aec8d96
Copy full SHA for aec8d96
Merge pull request #1109 from Microsoft/formatting_scanner
Show description for c8412c6
vladima
committed
c8412c6
Copy full SHA for c8412c6
Merge branch 'master' into formatting_scanner
vladima
committed
23e35bc
Copy full SHA for 23e35bc
code cleanup: added comments
vladima
committed
9e9f94a
Copy full SHA for 9e9f94a
Modifying tests and accepting new baselines
ahejlsberg
committed
91b9700
Copy full SHA for 91b9700
Merge branch 'master' into typeGuards
ahejlsberg
committed
008e36b
Copy full SHA for 008e36b
Merge pull request #1129 from Microsoft/yieldExpressions
Show description for bc40997
CyrusNajmabadi
committed
bc40997
Copy full SHA for bc40997
Commits on Nov 13, 2014
Added tests for defining TemplateStringsArray in certain contexts.
DanielRosenwasser
committed
5646743
Copy full SHA for 5646743
Fixed issue in harness where lib.d.ts errors are note counted.
DanielRosenwasser
committed
a7774f2
Copy full SHA for a7774f2
Fixes to type guards
ahejlsberg
committed
27d7cab
Copy full SHA for 27d7cab
When entering a type context, 'yield' should be allowed (as long as you're not in strict mode).
CyrusNajmabadi
committed
f7890d4
Copy full SHA for f7890d4
Add support for [GeneratorParameter] grammar parameter.
CyrusNajmabadi
committed
9e273dd
Copy full SHA for 9e273dd
Update context names.
CyrusNajmabadi
committed
a496ade
Copy full SHA for a496ade
Baselines, using 'unknown' as a default type.
DanielRosenwasser
committed
828e31b
Copy full SHA for 828e31b
Removed lookup of TemplateStringsArray for non-ES6 targets.
Show description for e8ec296
DanielRosenwasser
committed
e8ec296
Copy full SHA for e8ec296
Commits on Nov 12, 2014
Merge pull request #1136 from Microsoft/fixNodeHasTokens
Show description for 00a9456
DanielRosenwasser
committed
00a9456
Copy full SHA for 00a9456
Added comment.
DanielRosenwasser
committed
c147507
Copy full SHA for c147507
Corrected token start position calculation & nodeHasTokens predicate.
DanielRosenwasser
committed
32f6cf3
Copy full SHA for 32f6cf3
Merge pull request #1077 from Microsoft/typeGuardConformance
Show description for a390afb
sheetalkamat
committed
a390afb
Copy full SHA for a390afb
Add test cases for typeof x == s and typeof x != s form of typeguard which has no effect on narrowing type
sheetalkamat
committed
152c77c
Copy full SHA for 152c77c
Add test case for instance of type guard with interface with prototype property
sheetalkamat
committed
45ca9d2
Copy full SHA for 45ca9d2
Merge branch 'master' into typeGuardConformance
sheetalkamat
committed
c0b26a9
Copy full SHA for c0b26a9
Merge pull request #1132 from Microsoft/elidedImport
Show description for 8f3f7b9
sheetalkamat
committed
8f3f7b9
Copy full SHA for 8f3f7b9
Instead of setting fresh value, or the value with existing one of if alias is referenced in value position
Show description for b1297b2
sheetalkamat
committed
b1297b2
Copy full SHA for b1297b2
Adding testcase for the incorrect eliding of the import declarations
sheetalkamat
committed
ce51343
Copy full SHA for ce51343
Merge pull request #1128 from Microsoft/proto
Show description for a54f974
sheetalkamat
committed
a54f974
Copy full SHA for a54f974
Add clarifying comments.
CyrusNajmabadi
committed
122cf8a
Copy full SHA for 122cf8a
Fix spelling mistakes, and remove unused function.
CyrusNajmabadi
committed
9c48b23
Copy full SHA for 9c48b23
Add support for parsing yield expressions.
Show description for 7ab80d2
CyrusNajmabadi
committed
7ab80d2
Copy full SHA for 7ab80d2
Function property assignments can also be generators.
Show description for 6895efc
CyrusNajmabadi
committed
6895efc
Copy full SHA for 6895efc
Pagination
Previous
Next
You can’t perform that action at this time.