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
This test is written in an invalid configuration that issues a program error: `--module esnext --moduleResolution nodenext`. The baseline shows that previously, the type of a default import was influenced by the `moduleResolution` setting. With the current change, the `moduleResolution` setting affects only module resolution, and the types of imports in `--module esnext` are now consistent across all `moduleResolution` settings. A future commit will revert this baseline change by *intentionally* using `impliedNodeFormat` information in `--module esnext`, but the current change gets us to a more rational starting point for making those substantive changes. Since `--moduleResolution nodenext` has been an error when not paired with `--module nodenext` for many versions now, the fact that this baseline is changing is not particularly meaningful for users.
0 commit comments