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
Returning `true` when `structuralIsReused === undefined` is a bit
unexpected, but matches the existing behavior of the program. Changing
it to `false` breaks the following test:
1) unittests:: Reuse program structure:: General
can reuse ambient module declarations from non-modified files:
should reuse 'fs' since node.d.ts was not changed
+ expected - actual
0 commit comments