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
!!! error TS2528: A module cannot have multiple default exports.
12
+
!!! related TS2753 tests/cases/compiler/a.js:3:15: Another export default is here.
12
13
~
13
14
!!! error TS2652: Merged declaration 'a' cannot include a default export declaration. Consider adding a separate 'export default a' declaration instead.
14
15
}
15
16
export default var a = 10;
16
17
17
18
!!! error TS2528: A module cannot have multiple default exports.
19
+
!!! related TS2752 tests/cases/compiler/a.js:1:22: The first export default is here.
0 commit comments