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 }}
BillDo
/
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 Nov 14, 2014
Merge pull request #1129 from Microsoft/yieldExpressions
Show description for bc40997
CyrusNajmabadi
committed
bc40997
View commit details
Copy full SHA for bc40997
Browse repository at this point
Commits on Nov 13, 2014
When entering a type context, 'yield' should be allowed (as long as you're not in strict mode).
CyrusNajmabadi
committed
f7890d4
View commit details
Copy full SHA for f7890d4
Browse repository at this point
Add support for [GeneratorParameter] grammar parameter.
CyrusNajmabadi
committed
9e273dd
View commit details
Copy full SHA for 9e273dd
Browse repository at this point
Update context names.
CyrusNajmabadi
committed
a496ade
View commit details
Copy full SHA for a496ade
Browse repository at this point
Commits on Nov 12, 2014
Merge pull request #1136 from Microsoft/fixNodeHasTokens
Show description for 00a9456
DanielRosenwasser
committed
00a9456
View commit details
Copy full SHA for 00a9456
Browse repository at this point
Added comment.
DanielRosenwasser
committed
c147507
View commit details
Copy full SHA for c147507
Browse repository at this point
Corrected token start position calculation & nodeHasTokens predicate.
DanielRosenwasser
committed
32f6cf3
View commit details
Copy full SHA for 32f6cf3
Browse repository at this point
Merge pull request #1077 from Microsoft/typeGuardConformance
Show description for a390afb
sheetalkamat
committed
a390afb
View commit details
Copy full SHA for a390afb
Browse repository at this point
Add test cases for typeof x == s and typeof x != s form of typeguard which has no effect on narrowing type
sheetalkamat
committed
152c77c
View commit details
Copy full SHA for 152c77c
Browse repository at this point
Add test case for instance of type guard with interface with prototype property
sheetalkamat
committed
45ca9d2
View commit details
Copy full SHA for 45ca9d2
Browse repository at this point
Merge branch 'master' into typeGuardConformance
sheetalkamat
committed
c0b26a9
View commit details
Copy full SHA for c0b26a9
Browse repository at this point
Merge pull request #1132 from Microsoft/elidedImport
Show description for 8f3f7b9
sheetalkamat
committed
8f3f7b9
View commit details
Copy full SHA for 8f3f7b9
Browse repository at this point
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
View commit details
Copy full SHA for b1297b2
Browse repository at this point
Adding testcase for the incorrect eliding of the import declarations
sheetalkamat
committed
ce51343
View commit details
Copy full SHA for ce51343
Browse repository at this point
Merge pull request #1128 from Microsoft/proto
Show description for a54f974
sheetalkamat
committed
a54f974
View commit details
Copy full SHA for a54f974
Browse repository at this point
Add clarifying comments.
CyrusNajmabadi
committed
122cf8a
View commit details
Copy full SHA for 122cf8a
Browse repository at this point
Fix spelling mistakes, and remove unused function.
CyrusNajmabadi
committed
9c48b23
View commit details
Copy full SHA for 9c48b23
Browse repository at this point
Add support for parsing yield expressions.
Show description for 7ab80d2
CyrusNajmabadi
committed
7ab80d2
View commit details
Copy full SHA for 7ab80d2
Browse repository at this point
Function property assignments can also be generators.
Show description for 6895efc
CyrusNajmabadi
committed
6895efc
View commit details
Copy full SHA for 6895efc
Browse repository at this point
Add support for parsing generator declarations.
Show description for e0c93a1
CyrusNajmabadi
committed
e0c93a1
View commit details
Copy full SHA for e0c93a1
Browse repository at this point
Update comment
CyrusNajmabadi
committed
ecfc60f
View commit details
Copy full SHA for ecfc60f
Browse repository at this point
Provide more consistent behavior in how parseFunctionBlock works.
CyrusNajmabadi
committed
e5b997c
View commit details
Copy full SHA for e5b997c
Browse repository at this point
Spec conformance for function blocks versus statement blocks.
CyrusNajmabadi
committed
be202a4
View commit details
Copy full SHA for be202a4
Browse repository at this point
Clean up function names.
CyrusNajmabadi
committed
95a7437
View commit details
Copy full SHA for 95a7437
Browse repository at this point
Commits on Nov 11, 2014
Fix the completion entry for __proto
Show description for 37d8499
sheetalkamat
committed
37d8499
View commit details
Copy full SHA for 37d8499
Browse repository at this point
All the identifiers need to be escaped to make sure compiler doesnt confuse __NonUnderscore character incorrectly
Show description for 4c28e73
sheetalkamat
committed
4c28e73
View commit details
Copy full SHA for 4c28e73
Browse repository at this point
Merge pull request #1072 from Microsoft/taggedTemplates
Show description for 7a5c360
DanielRosenwasser
committed
7a5c360
View commit details
Copy full SHA for 7a5c360
Browse repository at this point
Merge pull request #1124 from Microsoft/completionListAugmentedType
Show description for ce4dac3
sheetalkamat
committed
ce4dac3
View commit details
Copy full SHA for ce4dac3
Browse repository at this point
Asserting myself more.
DanielRosenwasser
committed
3113429
View commit details
Copy full SHA for 3113429
Browse repository at this point
Merge branch 'master' into taggedTemplates
DanielRosenwasser
committed
c22a471
View commit details
Copy full SHA for c22a471
Browse repository at this point
Asserting myself.
DanielRosenwasser
committed
9880f93
View commit details
Copy full SHA for 9880f93
Browse repository at this point
Removed the debugger statement from test case
sheetalkamat
committed
80fbc05
View commit details
Copy full SHA for 80fbc05
Browse repository at this point
Merge pull request #1123 from Microsoft/allowIn
Show description for d5cfb9d
CyrusNajmabadi
committed
d5cfb9d
View commit details
Copy full SHA for d5cfb9d
Browse repository at this point
CR feedback.
CyrusNajmabadi
committed
ba11e68
View commit details
Copy full SHA for ba11e68
Browse repository at this point
export ReferencePathMatchResult interface as it is used by other exported functions
mhegazy
committed
c3131e2
View commit details
Copy full SHA for c3131e2
Browse repository at this point
Previous
Next
You can’t perform that action at this time.