@@ -22,7 +22,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
22
22
var __importStar = ( this && this . __importStar ) || function ( mod ) {
23
23
if ( mod && mod . __esModule ) return mod ;
24
24
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 ) ;
26
26
__setModuleDefault ( result , mod ) ;
27
27
return result ;
28
28
} ;
@@ -79,7 +79,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
79
79
var __importStar = ( this && this . __importStar ) || function ( mod ) {
80
80
if ( mod && mod . __esModule ) return mod ;
81
81
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 ) ;
83
83
__setModuleDefault ( result , mod ) ;
84
84
return result ;
85
85
} ;
@@ -166,7 +166,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
166
166
var __importStar = ( this && this . __importStar ) || function ( mod ) {
167
167
if ( mod && mod . __esModule ) return mod ;
168
168
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 ) ;
170
170
__setModuleDefault ( result , mod ) ;
171
171
return result ;
172
172
} ;
0 commit comments