TypeScript/tests/cases/fourslash/importTypesDeclarationDiagnosticsNoServerError.ts
Wesley Wigham bd97e12f76
Multifaceted approach to performantly enabling fileExists outside of the synchronize step in the emit host (#25107)
* Multifaceted approach to performantly enabling fileExists outside of the synchronize step in the emit host

* make cache undefinable and handle correctly

* Remove unneeded cast

* Readd assert

* More useful failure messager
2018-06-22 14:05:36 -07:00

15 lines
317 B
TypeScript

/// <reference path="fourslash.ts" />
// @declaration: true
// @Filename: node_modules/foo/index.d.ts
////export function f(): I;
////export interface I {
//// x: number;
////}
// @Filename: a.ts
////import { f } from "foo";
////export const x = f();
goTo.file(1);
verify.getSemanticDiagnostics([]);