You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function emitFiles(resolver, host, targetSourceFile) {
20157
20157
var extendsHelper = "\nvar __extends = this.__extends || function (d, b) {\n for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];\n function __() { this.constructor = d; }\n __.prototype = b.prototype;\n d.prototype = new __();\n};";
function emitFiles(resolver, host, targetSourceFile) {
20508
20508
var extendsHelper = "\nvar __extends = this.__extends || function (d, b) {\n for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];\n function __() { this.constructor = d; }\n __.prototype = b.prototype;\n d.prototype = new __();\n};";
Copy file name to clipboardExpand all lines: bin/typescript.js
+3-3
Original file line number
Diff line number
Diff line change
@@ -24025,11 +24025,11 @@ var ts;
24025
24025
// emit output for the __extends helper function
24026
24026
var extendsHelper = "\nvar __extends = this.__extends || function (d, b) {\n for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];\n function __() { this.constructor = d; }\n __.prototype = b.prototype;\n d.prototype = new __();\n};";
Copy file name to clipboardExpand all lines: bin/typescriptServices.js
+3-3
Original file line number
Diff line number
Diff line change
@@ -24025,11 +24025,11 @@ var ts;
24025
24025
// emit output for the __extends helper function
24026
24026
var extendsHelper = "\nvar __extends = this.__extends || function (d, b) {\n for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];\n function __() { this.constructor = d; }\n __.prototype = b.prototype;\n d.prototype = new __();\n};";
0 commit comments