Skip to content

Commit

Permalink
Merge pull request #101 from alan-agius4/patch-1
Browse files Browse the repository at this point in the history
fix: add missing semi colons after method names
  • Loading branch information
DanielRosenwasser committed May 12, 2020
2 parents b6c0020 + 21f15b1 commit ae43189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tslib.js
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 ae43189

Please sign in to comment.