File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ export function __makeTemplateObject(cooked, raw) {
168168export function __importStar ( mod ) {
169169 if ( mod && mod . __esModule ) return mod ;
170170 var result = { } ;
171- if ( mod != null ) ; for ( var k in mod ) ; if ( Object . hasOwnProperty . call ( mod , k ) ) ; result [ k ] = mod [ k ] ;
171+ if ( mod != null ) for ( var k in mod ) if ( Object . hasOwnProperty . call ( mod , k ) ) result [ k ] = mod [ k ] ;
172172 result . default = mod ;
173173 return result ;
174174}
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ var __importDefault;
210210 __importStar = function ( mod ) {
211211 if ( mod && mod . __esModule ) return mod ;
212212 var result = { } ;
213- if ( mod != null ) ; for ( var k in mod ) ; if ( Object . hasOwnProperty . call ( mod , k ) ) ; result [ k ] = mod [ k ] ;
213+ if ( mod != null ) for ( var k in mod ) if ( Object . hasOwnProperty . call ( mod , k ) ) result [ k ] = mod [ k ] ;
214214 result [ "default" ] = mod ;
215215 return result ;
216216 } ;
You can’t perform that action at this time.
0 commit comments