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
Discovered while investigating #45082 - when stack.ts is updated, the rebuild reason (as of fe7962a) is Status.OutputMissing because the .js, .js.map, .d.ts, and .d.ts.map files don't exist. The immediate cause is that getAllProjectOutputs is returning too many values, but the fix probably belongs deeper, e.g. in getOutputJSFileName and getEmitDeclarations (which might have unforeseen consequences).
I am not presently aware of a resulting correctness problem.
The text was updated successfully, but these errors were encountered:
Discovered while investigating #45082 - when stack.ts is updated, the rebuild reason (as of fe7962a) is
Status.OutputMissing
because the .js, .js.map, .d.ts, and .d.ts.map files don't exist. The immediate cause is thatgetAllProjectOutputs
is returning too many values, but the fix probably belongs deeper, e.g. ingetOutputJSFileName
andgetEmitDeclarations
(which might have unforeseen consequences).I am not presently aware of a resulting correctness problem.
The text was updated successfully, but these errors were encountered: