René's URL Explorer Experiment


Title: Improve error message for using value as type · Issue #29778 · microsoft/TypeScript · GitHub

Open Graph Title: Improve error message for using value as type · Issue #29778 · microsoft/TypeScript

X Title: Improve error message for using value as type · Issue #29778 · microsoft/TypeScript

Description: TypeScript Version: 3.4.0-dev.20190206 Search Terms: "cannot find name" type error Code If you use a type as a value you get a nice error message: type t = number; let x = t; // error TS2693: 't' only refers to a type, but is being used ...

Open Graph Description: TypeScript Version: 3.4.0-dev.20190206 Search Terms: "cannot find name" type error Code If you use a type as a value you get a nice error message: type t = number; let x = t; // error TS2693: 't' o...

X Description: TypeScript Version: 3.4.0-dev.20190206 Search Terms: "cannot find name" type error Code If you use a type as a value you get a nice error message: type t = number; let x = t; // error TS2...

Opengraph URL: https://github.com/microsoft/TypeScript/issues/29778

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Improve error message for using value as type","articleBody":"**TypeScript Version:**  3.4.0-dev.20190206\r\n\r\n\u003c!-- Search terms you tried before logging this (so others can find this issue more easily) --\u003e\r\n**Search Terms:** \"cannot find name\" type error\r\n\r\n**Code**\r\n\r\nIf you use a type as a value you get a nice error message:\r\n\r\n```ts\r\ntype t = number;\r\nlet x = t;\r\n// error TS2693: 't' only refers to a type, but is being used as a value here.\r\n```\r\n\r\nBut if you do the same thing in reverse, you get a really confusing one:\r\n\r\n```ts\r\nlet t = 3;\r\nlet x: t;\r\n// error TS2304: Cannot find name 't'.\r\n```\r\n\r\n**Expected behavior:**\r\n\r\nError message should say something more like the type one.\r\n\r\n**Actual behavior:**\r\n\r\nError message suggests there is no 't' in scope at all, which is very confusing especially when you have imported t from some other file and you thought it was a type.\r\n\r\n**Playground Link:** \r\n\r\nhttps://www.typescriptlang.org/play/#src=%0D%0Afunction%20goodError()%20%7B%0D%0A%20%20%20%20type%20t%20%3D%20number%3B%0D%0A%20%20%20%20let%20x%20%3D%20t%3B%20%2F%2F%20good%20error%20message%0D%0A%7D%0D%0A%0D%0Afunction%20badError()%20%7B%0D%0A%20%20%20%20let%20t%20%3D%203%3B%0D%0A%20%20%20%20let%20x%3A%20t%3B%20%2F%2F%20bad%20error%20message%0D%0A%7D\r\n\r\n**Related Issues:**\r\n\r\nThere are some around this same problem with namespaces I think, like \r\nhttps://github.com/Microsoft/TypeScript/issues/26391 or https://github.com/Microsoft/TypeScript/issues/12075\r\n\r\nI think this issue is more broadly complaining about issues in this area:\r\nhttps://github.com/Microsoft/TypeScript/issues/27630\r\nBut the issue I'm filing here is very specific and concrete, with an easy repro.\r\n\r\nThis issue discusses some suggested fixes for this issue, but I think first we need to fix the error message.\r\nhttps://github.com/Microsoft/TypeScript/issues/28975\r\n","author":{"url":"https://github.com/evmar","@type":"Person","name":"evmar"},"datePublished":"2019-02-06T17:29:33.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":5},"url":"https://github.com/29778/TypeScript/issues/29778"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:80d2f092-fac2-0eb0-df5c-bac1930515ea
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9C78:187399:8B8FA5:C79254:6A637C89
html-safe-nonce6f192c3a6ee422fae37029b803062f42b0b25f7a10d13cbf80e335d668dc8dcb
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5Qzc4OjE4NzM5OTo4QjhGQTU6Qzc5MjU0OjZBNjM3Qzg5IiwidmlzaXRvcl9pZCI6IjU4MzE5NTA3MTM2NDQ4NzQ4ODkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacb30e86b111f7cb0769dca1e7a3c0ae325ec56940b2cab881aabade577e1057c3
hovercard-subject-tagissue:407347593
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/microsoft/TypeScript/29778/issue_layout
twitter:imagehttps://opengraph.githubassets.com/90357ea19e4d28b216b880ec48be1d696d63b72e0c2934efd3d2ad79d3675ab0/microsoft/TypeScript/issues/29778
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/90357ea19e4d28b216b880ec48be1d696d63b72e0c2934efd3d2ad79d3675ab0/microsoft/TypeScript/issues/29778
og:image:altTypeScript Version: 3.4.0-dev.20190206 Search Terms: "cannot find name" type error Code If you use a type as a value you get a nice error message: type t = number; let x = t; // error TS2693: 't' o...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameevmar
hostnamegithub.com
expected-hostnamegithub.com
None4c1de337de00c7969335f8866af41463301071379a3a15fba12e9b85aa6378d6
turbo-cache-controlno-preview
go-importgithub.com/microsoft/TypeScript git https://github.com/microsoft/TypeScript.git
octolytics-dimension-user_id6154722
octolytics-dimension-user_loginmicrosoft
octolytics-dimension-repository_id20929025
octolytics-dimension-repository_nwomicrosoft/TypeScript
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id20929025
octolytics-dimension-repository_network_root_nwomicrosoft/TypeScript
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasea4df32552e4c631011bdcd4c81cc3d7408664a8b
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/microsoft/TypeScript/issues/29778#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmicrosoft%2FTypeScript%2Fissues%2F29778
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmicrosoft%2FTypeScript%2Fissues%2F29778
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=microsoft%2FTypeScript
Reloadhttps://github.com/microsoft/TypeScript/issues/29778
Reloadhttps://github.com/microsoft/TypeScript/issues/29778
Reloadhttps://github.com/microsoft/TypeScript/issues/29778
Please reload this pagehttps://github.com/microsoft/TypeScript/issues/29778
microsoft https://github.com/microsoft
TypeScripthttps://github.com/microsoft/TypeScript
Notifications https://github.com/login?return_to=%2Fmicrosoft%2FTypeScript
Fork 13.6k https://github.com/login?return_to=%2Fmicrosoft%2FTypeScript
Star 110k https://github.com/login?return_to=%2Fmicrosoft%2FTypeScript
Code https://github.com/microsoft/TypeScript
Issues 5k+ https://github.com/microsoft/TypeScript/issues
Pull requests 21 https://github.com/microsoft/TypeScript/pulls
Actions https://github.com/microsoft/TypeScript/actions
Projects https://github.com/microsoft/TypeScript/projects
Models https://github.com/microsoft/TypeScript/models
Wiki https://github.com/microsoft/TypeScript/wiki
Security and quality 0 https://github.com/microsoft/TypeScript/security
Insights https://github.com/microsoft/TypeScript/pulse
Code https://github.com/microsoft/TypeScript
Issues https://github.com/microsoft/TypeScript/issues
Pull requests https://github.com/microsoft/TypeScript/pulls
Actions https://github.com/microsoft/TypeScript/actions
Projects https://github.com/microsoft/TypeScript/projects
Models https://github.com/microsoft/TypeScript/models
Wiki https://github.com/microsoft/TypeScript/wiki
Security and quality https://github.com/microsoft/TypeScript/security
Insights https://github.com/microsoft/TypeScript/pulse
#29896https://github.com/microsoft/TypeScript/pull/29896
Improve error message for using value as typehttps://github.com/microsoft/TypeScript/issues/29778#top
#29896https://github.com/microsoft/TypeScript/pull/29896
Domain: Error MessagesThe issue relates to error messaginghttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Domain%3A%20Error%20Messages%22
Experience EnhancementNoncontroversial enhancementshttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Experience%20Enhancement%22
FixedA PR has been merged for this issuehttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Fixed%22
Good First IssueWell scoped, documented and has the green lighthttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Good%20First%20Issue%22
Help WantedYou can do thishttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Help%20Wanted%22
SuggestionAn idea for TypeScripthttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Suggestion%22
TypeScript 3.4.0https://github.com/microsoft/TypeScript/milestone/86
https://github.com/evmar
evmarhttps://github.com/evmar
on Feb 6, 2019https://github.com/microsoft/TypeScript/issues/29778#issue-407347593
https://www.typescriptlang.org/play/#src=%0D%0Afunction%20goodError()%20%7B%0D%0A%20%20%20%20type%20t%20%3D%20number%3B%0D%0A%20%20%20%20let%20x%20%3D%20t%3B%20%2F%2F%20good%20error%20message%0D%0A%7D%0D%0A%0D%0Afunction%20badError()%20%7B%0D%0A%20%20%20%20let%20t%20%3D%203%3B%0D%0A%20%20%20%20let%20x%3A%20t%3B%20%2F%2F%20bad%20error%20message%0D%0A%7Dhttps://www.typescriptlang.org/play/#src=%0D%0Afunction%20goodError()%20%7B%0D%0A%20%20%20%20type%20t%20%3D%20number%3B%0D%0A%20%20%20%20let%20x%20%3D%20t%3B%20%2F%2F%20good%20error%20message%0D%0A%7D%0D%0A%0D%0Afunction%20badError()%20%7B%0D%0A%20%20%20%20let%20t%20%3D%203%3B%0D%0A%20%20%20%20let%20x%3A%20t%3B%20%2F%2F%20bad%20error%20message%0D%0A%7D
#26391https://github.com/microsoft/TypeScript/issues/26391
#12075https://github.com/microsoft/TypeScript/issues/12075
#27630https://github.com/microsoft/TypeScript/issues/27630
#28975https://github.com/microsoft/TypeScript/issues/28975
Domain: Error MessagesThe issue relates to error messaginghttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Domain%3A%20Error%20Messages%22
Experience EnhancementNoncontroversial enhancementshttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Experience%20Enhancement%22
FixedA PR has been merged for this issuehttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Fixed%22
Good First IssueWell scoped, documented and has the green lighthttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Good%20First%20Issue%22
Help WantedYou can do thishttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Help%20Wanted%22
SuggestionAn idea for TypeScripthttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Suggestion%22
TypeScript 3.4.0https://github.com/microsoft/TypeScript/milestone/86
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.