fix(51716): find all references in imported JSDoc types (#51729)

This commit is contained in:
Oleksandr T
2022-12-20 23:16:17 +02:00
committed by GitHub
parent cf68a12d69
commit 6f4d340458
3 changed files with 140 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
/// <reference path="fourslash.ts" />
// @module: commonjs
// @allowJs: true
// @checkJs: true
// @Filename: /a.js
/////**
//// * @callback /**/A
//// * @param {unknown} response
//// */
////
////module.exports = {};
// @Filename: /b.js
/////** @typedef {import("./a").A} A */
verify.baselineFindAllReferences("");