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
// So that all means we'll only try these guesses for files outside `node_modules` in a directory where the `package.json` and `tsconfig.json` are siblings.
2255
2255
// Even with all that, we still don't know if the root of the output file structure will be (relative to the package file)
// The matched export is looking up something in either the out declaration or js dir, now map the written path back into the source dir and source extension
2315
2315
constpathFragment=finalPath.slice(candidateDir.length+1);// +1 to also remove directory seperator
0 commit comments