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
Given a fileName and a CompilerOptions object, determine the output file name(s).
It also needs an API to determine the output file name(s) for projects with outFile.
This requires another helper function to determine the inferred or declared rootDir of a given config.
The logic for handling output file names of project references is currently added directly to Fimbullinter.
There will be much more work for the case where rootDir is not set (either explicitly or via composite) as it needs all file names and compute the common source directory. Currently I don't need such functionality. If there's demand for it, I'll add it though.
Given a fileName and a CompilerOptions object, determine the output file name(s).
It also needs an API to determine the output file name(s) for projects with
outFile
.This requires another helper function to determine the inferred or declared
rootDir
of a given config.Needed for fimbullinter/wotan#392
Related: microsoft/TypeScript#26410
The text was updated successfully, but these errors were encountered: