File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,16 @@ See the Apache Version 2.0 License for specific language governing permissions
13
13
and limitations under the License.
14
14
***************************************************************************** */
15
15
/* global Reflect, Promise */
16
+
17
+ var extendStatics = Object . setPrototypeOf ||
18
+ ( { __proto__ : [ ] } instanceof Array && function ( d , b ) { d . __proto__ = b ; } ) ||
19
+ function ( d , b ) { for ( var p in b ) if ( b . hasOwnProperty ( p ) ) d [ p ] = b [ p ] ; } ;
20
+
16
21
export function __extends ( d , b ) {
17
- for ( var p in b ) if ( b . hasOwnProperty ( p ) ) d [ p ] = b [ p ] ;
22
+ extendStatics ( d , b ) ;
18
23
function __ ( ) { this . constructor = d ; }
19
24
d . prototype = b === null ? Object . create ( b ) : ( __ . prototype = b . prototype , new __ ( ) ) ;
20
- } ;
25
+ }
21
26
22
27
export var __assign = Object . assign || function __assign ( t ) {
23
28
for ( var s , i = 1 , n = arguments . length ; i < n ; i ++ ) {
Original file line number Diff line number Diff line change @@ -37,8 +37,12 @@ var __generator;
37
37
}
38
38
} )
39
39
( function ( exporter ) {
40
+ var extendStatics = Object . setPrototypeOf ||
41
+ ( { __proto__ : [ ] } instanceof Array && function ( d , b ) { d . __proto__ = b ; } ) ||
42
+ function ( d , b ) { for ( var p in b ) if ( b . hasOwnProperty ( p ) ) d [ p ] = b [ p ] ; } ;
43
+
40
44
__extends = function ( d , b ) {
41
- for ( var p in b ) if ( b . hasOwnProperty ( p ) ) d [ p ] = b [ p ] ;
45
+ extendStatics ( d , b ) ;
42
46
function __ ( ) { this . constructor = d ; }
43
47
d . prototype = b === null ? Object . create ( b ) : ( __ . prototype = b . prototype , new __ ( ) ) ;
44
48
} ;
You can’t perform that action at this time.
0 commit comments