Skip to content

Commit

Permalink
fix: add missing semi colons after method names
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed May 12, 2020
1 parent b6c0020 commit 21f15b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tslib.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ var __createBinding;

__exportStar = function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
}
};

__createBinding = Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Expand Down Expand Up @@ -264,7 +264,7 @@ var __createBinding;
}
privateMap.set(receiver, value);
return value;
}
};

exporter("__extends", __extends);
exporter("__assign", __assign);
Expand Down

0 comments on commit 21f15b1

Please sign in to comment.