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 }}
SethCalkins
/
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 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
Commits on Nov 11, 2014
Fix the completion entry for __proto
Show description for 37d8499
sheetalkamat
committed
37d8499
Copy full SHA for 37d8499
All the identifiers need to be escaped to make sure compiler doesnt confuse __NonUnderscore character incorrectly
Show description for 4c28e73
sheetalkamat
committed
4c28e73
Copy full SHA for 4c28e73
Merge pull request #1072 from Microsoft/taggedTemplates
Show description for 7a5c360
DanielRosenwasser
committed
7a5c360
Copy full SHA for 7a5c360
Merge pull request #1124 from Microsoft/completionListAugmentedType
Show description for ce4dac3
sheetalkamat
committed
ce4dac3
Copy full SHA for ce4dac3
Asserting myself more.
DanielRosenwasser
committed
3113429
Copy full SHA for 3113429
Merge branch 'master' into taggedTemplates
DanielRosenwasser
committed
c22a471
Copy full SHA for c22a471
Asserting myself.
DanielRosenwasser
committed
9880f93
Copy full SHA for 9880f93
Removed the debugger statement from test case
sheetalkamat
committed
80fbc05
Copy full SHA for 80fbc05
Merge pull request #1123 from Microsoft/allowIn
Show description for d5cfb9d
CyrusNajmabadi
committed
d5cfb9d
Copy full SHA for d5cfb9d
CR feedback.
CyrusNajmabadi
committed
ba11e68
Copy full SHA for ba11e68
export ReferencePathMatchResult interface as it is used by other exported functions
mhegazy
committed
c3131e2
Copy full SHA for c3131e2
If we are comparing left hand side for is position of type node, it is false, because it is namespace position and not type position
Show description for 57af262
sheetalkamat
committed
57af262
Copy full SHA for 57af262
Keep track of 'disallowIn' as an ambient parser flag instead of having to pass it along everywhere.
Show description for 766cb28
CyrusNajmabadi
committed
766cb28
Copy full SHA for 766cb28
Merge pull request #1116 from Microsoft/normalizeSlashes
Show description for 04e2169
sheetalkamat
committed
04e2169
Copy full SHA for 04e2169
Consolidated normalizing slashes to use from typescript core in services
sheetalkamat
committed
45e4e16
Copy full SHA for 45e4e16
Commits on Nov 10, 2014
Merge pull request #1118 from Microsoft/completionWithBackSlashAfterString
Show description for 23b8613
sheetalkamat
committed
23b8613
Copy full SHA for 23b8613
Merge pull request #1105 from Microsoft/trailingTrivia
Show description for 25e28b2
CyrusNajmabadi
committed
25e28b2
Copy full SHA for 25e28b2
Test case for completion list at backslash following string
Show description for 0cabff4
sheetalkamat
committed
0cabff4
Copy full SHA for 0cabff4
Merge pull request #1117 from Microsoft/sighelp
Show description for 2e39c93
mhegazy
committed
2e39c93
Copy full SHA for 2e39c93
set the correct range for paramters in signature help
mhegazy
committed
03c80ac
Copy full SHA for 03c80ac
Consolidate normalizing slashes and use it from typescript core.ts
sheetalkamat
committed
62f1144
Copy full SHA for 62f1144
Updating the gitignore file now that we build debug version of js files
sheetalkamat
committed
6f5b20c
Copy full SHA for 6f5b20c
Merge pull request #1085 from joshk/patch-1
Show description for 40ffa87
danquirk
committed
40ffa87
Copy full SHA for 40ffa87
Body is optional.
Show description for 8262bc2
CyrusNajmabadi
committed
8262bc2
Copy full SHA for 8262bc2
Pagination
Previous
Next
You can’t perform that action at this time.