/// // @Filename: /src/a.ts ////[|foo|] // @Filename: /thisHasPathMapping.ts ////export function foo() {}; // @Filename: /tsconfig.json ////{ //// "compilerOptions": { //// "baseUrl": "src", //// "paths": { //// "foo": ["..\\thisHasPathMapping"] //// } //// } ////} verify.importFixAtPosition([ `import { foo } from "foo"; foo` ]);