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
basarat opened this issue
Apr 24, 2015
· 3 comments
Labels
APIRelates to the public API for TypeScriptBugA bug in TypeScriptWon't FixThe severity and priority of this issue do not warrant the time or complexity needed to fix it
/fixmyts/addClassMember.ts(5,31): error TS2305: Module '"typescript"' has no exported member 'typeToDisplayParts'.
/fixmyts/equalsToEquals.ts(5,31): error TS2305: Module '"typescript"' has no exported member 'typeToDisplayParts'.
/fixmyts/quoteToTemplate.ts(5,31): error TS2305: Module '"typescript"' has no exported member 'typeToDisplayParts'.
/fixmyts/quotesToQuotes.ts(5,31): error TS2305: Module '"typescript"' has no exported member 'typeToDisplayParts'.
/projectService.ts(736,38): error TS2339: Property 'getNamedDeclarations' does not exist on type 'SourceFile'.
/projectService.ts(922,36): error TS2339: Property 'getTokenAtPosition' does not exist on type 'typeof "typescript"'.
The text was updated successfully, but these errors were encountered:
basarat
added a commit
to TypeStrong/atom-typescript
that referenced
this issue
Apr 24, 2015
Worth mentioning"../compiler/diagnosticInformationMap.generated.ts", needs to be in output js before "../compiler/commandLineParser.ts", but is listed in reverse in tsconfig.json. As mentioned previously here the order of files in the presence of out is significant and in this case it is wrong .. just thought I'd point it out 🌹
Since these are not needed i am going to close this issue. We wanted to limit the public API surface area, for support and maintenance reasons. so unless you need them, I would keep them hidden :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
APIRelates to the public API for TypeScriptBugA bug in TypeScriptWon't FixThe severity and priority of this issue do not warrant the time or complexity needed to fix it
I just updated to latest. Would like API equivalents for the following:
Error log:
The text was updated successfully, but these errors were encountered: