We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeScript Version: 3.8.0-dev.20200104
Search Terms:
Code
// @filename: a.ts export class C {} // @filename: b.ts import type { C } from "./a"; export function f(p: C/*1*/) {}
Expected behavior:
Go to definition at /*1*/ works.
/*1*/
Actual behavior:
Go to definition only works if I use a regular import.
Related Issues: Introduced by @andrewbranch in #35200
The text was updated successfully, but these errors were encountered:
A test already exists for this 🤔
Sorry, something went wrong.
andrewbranch
Successfully merging a pull request may close this issue.
TypeScript Version: 3.8.0-dev.20200104
Search Terms:
Code
Expected behavior:
Go to definition at
/*1*/
works.Actual behavior:
Go to definition only works if I use a regular import.
Related Issues: Introduced by @andrewbranch in #35200
The text was updated successfully, but these errors were encountered: