You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background
TS 3.8 adds call hierarchy support for JavaScript and TypeScript
Testing
Using typescript 3.8+ in your workspace, test using the call hierarchy UX to explore a JavaScript and TypeScript code base. Some things to check:
Are any calls missed?
Are any of the linked to locations incorrect?
Is the displayed information correct?
Test edge cases such as recursive functions.
The text was updated successfully, but these errors were encountered:
Test for #88311
Complexity: 3
Background
TS 3.8 adds call hierarchy support for JavaScript and TypeScript
Testing
Using typescript 3.8+ in your workspace, test using the call hierarchy UX to explore a JavaScript and TypeScript code base. Some things to check:
The text was updated successfully, but these errors were encountered: