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 }}
roachhd
/
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
useTypeAnnotationInDeclarationsEmitter
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 11, 2014
Show error for visibility only on the identifier resulting the error
sheetalkamat
committed
60f79da
View commit details
Copy full SHA for 60f79da
Browse repository at this point
Test case for visibility error in the type literal
sheetalkamat
committed
acff59f
View commit details
Copy full SHA for acff59f
Browse repository at this point
Remove unnecessary privacy errors for heritage and constraint type annotation
sheetalkamat
committed
c7bd7c9
View commit details
Copy full SHA for c7bd7c9
Browse repository at this point
Test cases for type alias declaration emit and privacy check.
Show description for d6fb678
sheetalkamat
committed
d6fb678
View commit details
Copy full SHA for d6fb678
Browse repository at this point
Test cases for type annotation visibility errors
sheetalkamat
committed
5664b6f
View commit details
Copy full SHA for 5664b6f
Browse repository at this point
Test cases for type literal annotation
sheetalkamat
committed
c661ffa
View commit details
Copy full SHA for c661ffa
Browse repository at this point
Test case for string literal overload type annotation
sheetalkamat
committed
9e41b0f
View commit details
Copy full SHA for 9e41b0f
Browse repository at this point
Test case for paren type annotation
sheetalkamat
committed
c2188a3
View commit details
Copy full SHA for c2188a3
Browse repository at this point
Test cases for union type annotation
sheetalkamat
committed
68a07ed
View commit details
Copy full SHA for 68a07ed
Browse repository at this point
Type annotation of tuple type emit in the declaration file
sheetalkamat
committed
5207bd9
View commit details
Copy full SHA for 5207bd9
Browse repository at this point
Test cases for array type annotation
sheetalkamat
committed
737b72d
View commit details
Copy full SHA for 737b72d
Browse repository at this point
Test cases for type query
sheetalkamat
committed
ab15588
View commit details
Copy full SHA for ab15588
Browse repository at this point
Tests for type reference annotation
sheetalkamat
committed
e11fa3f
View commit details
Copy full SHA for e11fa3f
Browse repository at this point
Tests for built in type name reference in type annotation
sheetalkamat
committed
cee6452
View commit details
Copy full SHA for cee6452
Browse repository at this point
Show error about entity name visibility on entity name resulting in the error
sheetalkamat
committed
ffdb0fc
View commit details
Copy full SHA for ffdb0fc
Browse repository at this point
Update the baselines
sheetalkamat
committed
7719f39
View commit details
Copy full SHA for 7719f39
Browse repository at this point
Emit the type annotation as it is in the declaration file if we have it
sheetalkamat
committed
9ba4d37
View commit details
Copy full SHA for 9ba4d37
Browse repository at this point
Merge pull request #1116 from Microsoft/normalizeSlashes
Show description for 04e2169
sheetalkamat
committed
04e2169
View commit details
Copy full SHA for 04e2169
Browse repository at this point
Consolidated normalizing slashes to use from typescript core in services
sheetalkamat
committed
45e4e16
View commit details
Copy full SHA for 45e4e16
Browse repository at this point
Commits on Nov 10, 2014
Merge pull request #1118 from Microsoft/completionWithBackSlashAfterString
Show description for 23b8613
sheetalkamat
committed
23b8613
View commit details
Copy full SHA for 23b8613
Browse repository at this point
Merge pull request #1105 from Microsoft/trailingTrivia
Show description for 25e28b2
CyrusNajmabadi
committed
25e28b2
View commit details
Copy full SHA for 25e28b2
Browse repository at this point
Test case for completion list at backslash following string
Show description for 0cabff4
sheetalkamat
committed
0cabff4
View commit details
Copy full SHA for 0cabff4
Browse repository at this point
Merge pull request #1117 from Microsoft/sighelp
Show description for 2e39c93
mhegazy
committed
2e39c93
View commit details
Copy full SHA for 2e39c93
Browse repository at this point
set the correct range for paramters in signature help
mhegazy
committed
03c80ac
View commit details
Copy full SHA for 03c80ac
Browse repository at this point
Consolidate normalizing slashes and use it from typescript core.ts
sheetalkamat
committed
62f1144
View commit details
Copy full SHA for 62f1144
Browse repository at this point
Updating the gitignore file now that we build debug version of js files
sheetalkamat
committed
6f5b20c
View commit details
Copy full SHA for 6f5b20c
Browse repository at this point
Merge pull request #1085 from joshk/patch-1
Show description for 40ffa87
danquirk
committed
40ffa87
View commit details
Copy full SHA for 40ffa87
Browse repository at this point
Body is optional.
Show description for 8262bc2
CyrusNajmabadi
committed
8262bc2
View commit details
Copy full SHA for 8262bc2
Browse repository at this point
Use union types to make For/ForIn statements simpler.
Show description for 3174cbc
CyrusNajmabadi
committed
3174cbc
View commit details
Copy full SHA for 3174cbc
Browse repository at this point
Simplify API for nodes that have both a block and an expression.
Show description for 2288f42
CyrusNajmabadi
committed
2288f42
View commit details
Copy full SHA for 2288f42
Browse repository at this point
Simplify API for nodes htat have both a block and a semicolon token.
Show description for f59cb60
CyrusNajmabadi
committed
f59cb60
View commit details
Copy full SHA for f59cb60
Browse repository at this point
Simplify module name parsing.
Show description for 535dc0d
CyrusNajmabadi
committed
535dc0d
View commit details
Copy full SHA for 535dc0d
Browse repository at this point
Simplified parsing.
CyrusNajmabadi
committed
fc25dfb
View commit details
Copy full SHA for fc25dfb
Browse repository at this point
Tiny perf tweaks to scanning.
CyrusNajmabadi
committed
b83c37a
View commit details
Copy full SHA for b83c37a
Browse repository at this point
Merge branch 'master' into trailingTrivia
CyrusNajmabadi
committed
3825cfc
View commit details
Copy full SHA for 3825cfc
Browse repository at this point
Previous
Next
You can’t perform that action at this time.