We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1883ccf commit 5d0366eCopy full SHA for 5d0366e
2 files changed
build/lib/bundle.js
@@ -217,6 +217,7 @@ function removeDuplicateTSBoilerplate(destFiles) {
217
{ start: /^var __metadata/, end: /^};$/ },
218
{ start: /^var __param/, end: /^};$/ },
219
{ start: /^var __awaiter/, end: /^};$/ },
220
+ { start: /^var __generator/, end: /^};$/ },
221
];
222
destFiles.forEach(function (destFile) {
223
var SEEN_BOILERPLATE = [];
build/lib/bundle.ts
@@ -339,6 +339,7 @@ function removeDuplicateTSBoilerplate(destFiles: IConcatFile[]): IConcatFile[] {
339
340
341
342
343
344
345
destFiles.forEach((destFile) => {
0 commit comments