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
The value of v in file3 when compiled should always be 1.
Actual behavior:
When running tsc in watch mode, when file3 changes and is recompiled, the resulting javascript now contains v = E2.V instead of the constant 1, and fails at runtime with an unknown reference.