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
I have a project where I need to determine whether the module fs is imported into a codebase. This must include the node_modules too.
So far I've been using addSourceFileAtPath with the codebase's entry and the dependencies resolved entries.
But as far as I can tell resolveSourceFileDependencies does not resolve the node_modules' imports.