Closed
Description
From: microsoft/vscode#22977
TypeScript Version: 2.2.1
Code
a.ts
export const abc = 123
b.ts
import {abc} from './a'
Send a references
command to the TSServer for the ./a
in b.ts
Expected behavior:
Returns results for all places where a.ts
is imported or required
Actual behavior:
No results returned