@@ -22,7 +22,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
2222var __importStar = ( this && this . __importStar ) || function ( mod ) {
2323 if ( mod && mod . __esModule ) return mod ;
2424 var result = { } ;
25- if ( mod != null ) for ( var k in mod ) if ( k !== "default" && Object . hasOwnProperty . call ( mod , k ) ) __createBinding ( result , mod , k ) ;
25+ if ( mod != null ) for ( var k in mod ) if ( k !== "default" && Object . prototype . hasOwnProperty . call ( mod , k ) ) __createBinding ( result , mod , k ) ;
2626 __setModuleDefault ( result , mod ) ;
2727 return result ;
2828} ;
@@ -79,7 +79,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
7979var __importStar = ( this && this . __importStar ) || function ( mod ) {
8080 if ( mod && mod . __esModule ) return mod ;
8181 var result = { } ;
82- if ( mod != null ) for ( var k in mod ) if ( k !== "default" && Object . hasOwnProperty . call ( mod , k ) ) __createBinding ( result , mod , k ) ;
82+ if ( mod != null ) for ( var k in mod ) if ( k !== "default" && Object . prototype . hasOwnProperty . call ( mod , k ) ) __createBinding ( result , mod , k ) ;
8383 __setModuleDefault ( result , mod ) ;
8484 return result ;
8585} ;
@@ -166,7 +166,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
166166var __importStar = ( this && this . __importStar ) || function ( mod ) {
167167 if ( mod && mod . __esModule ) return mod ;
168168 var result = { } ;
169- if ( mod != null ) for ( var k in mod ) if ( k !== "default" && Object . hasOwnProperty . call ( mod , k ) ) __createBinding ( result , mod , k ) ;
169+ if ( mod != null ) for ( var k in mod ) if ( k !== "default" && Object . prototype . hasOwnProperty . call ( mod , k ) ) __createBinding ( result , mod , k ) ;
170170 __setModuleDefault ( result , mod ) ;
171171 return result ;
172172} ;
0 commit comments