@@ -34,11 +34,16 @@ var Model = (function () {
34
34
exports . Model = Model ;
35
35
//// [aliasUsageInTypeArgumentOfExtendsClause_moduleA.js]
36
36
"use strict" ;
37
- var __extends = ( this && this . __extends ) || function ( d , b ) {
38
- for ( var p in b ) if ( b . hasOwnProperty ( p ) ) d [ p ] = b [ p ] ;
39
- function __ ( ) { this . constructor = d ; }
40
- d . prototype = b === null ? Object . create ( b ) : ( __ . prototype = b . prototype , new __ ( ) ) ;
41
- } ;
37
+ var __extends = ( this && this . __extends ) || ( function ( ) {
38
+ var extendStatics = Object . setPrototypeOf ||
39
+ ( { __proto__ : [ ] } instanceof Array && function ( d , b ) { d . __proto__ = b ; } ) ||
40
+ function ( d , b ) { for ( var p in b ) if ( b . hasOwnProperty ( p ) ) d [ p ] = b [ p ] ; } ;
41
+ return function ( d , b ) {
42
+ extendStatics ( d , b ) ;
43
+ function __ ( ) { this . constructor = d ; }
44
+ d . prototype = b === null ? Object . create ( b ) : ( __ . prototype = b . prototype , new __ ( ) ) ;
45
+ } ;
46
+ } ) ( ) ;
42
47
var Backbone = require ( "./aliasUsageInTypeArgumentOfExtendsClause_backbone" ) ;
43
48
var VisualizationModel = ( function ( _super ) {
44
49
__extends ( VisualizationModel , _super ) ;
@@ -50,11 +55,16 @@ var VisualizationModel = (function (_super) {
50
55
exports . VisualizationModel = VisualizationModel ;
51
56
//// [aliasUsageInTypeArgumentOfExtendsClause_main.js]
52
57
"use strict" ;
53
- var __extends = ( this && this . __extends ) || function ( d , b ) {
54
- for ( var p in b ) if ( b . hasOwnProperty ( p ) ) d [ p ] = b [ p ] ;
55
- function __ ( ) { this . constructor = d ; }
56
- d . prototype = b === null ? Object . create ( b ) : ( __ . prototype = b . prototype , new __ ( ) ) ;
57
- } ;
58
+ var __extends = ( this && this . __extends ) || ( function ( ) {
59
+ var extendStatics = Object . setPrototypeOf ||
60
+ ( { __proto__ : [ ] } instanceof Array && function ( d , b ) { d . __proto__ = b ; } ) ||
61
+ function ( d , b ) { for ( var p in b ) if ( b . hasOwnProperty ( p ) ) d [ p ] = b [ p ] ; } ;
62
+ return function ( d , b ) {
63
+ extendStatics ( d , b ) ;
64
+ function __ ( ) { this . constructor = d ; }
65
+ d . prototype = b === null ? Object . create ( b ) : ( __ . prototype = b . prototype , new __ ( ) ) ;
66
+ } ;
67
+ } ) ( ) ;
58
68
var moduleA = require ( "./aliasUsageInTypeArgumentOfExtendsClause_moduleA" ) ;
59
69
var C = ( function ( ) {
60
70
function C ( ) {
0 commit comments