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
The following approaches could help to improve the false-negative rate of reported references:
Syntax
Add support for dynamic import statements (import(moduleName))
Provide simple type definitions for common interop requires
Data
Automatically fetch type definitions and pass them to tsc for the package of interest, and maybe also all dependents (if feasible). This could help us trace types that are passed through third-library frameworks.
Before implementing any of them, estimate the rough popularity of these cases and check whether it's worth it.
The text was updated successfully, but these errors were encountered:
The following approaches could help to improve the false-negative rate of reported references:
Syntax
import(moduleName)
)Data
Before implementing any of them, estimate the rough popularity of these cases and check whether it's worth it.
The text was updated successfully, but these errors were encountered: