babel-runtime
Advanced tools
Comparing version 4.7.8 to 4.7.9
{ | ||
"name": "babel-runtime", | ||
"description": "babel selfContained runtime", | ||
"version": "4.7.8", | ||
"version": "4.7.9", | ||
"repository": "babel/babel", | ||
@@ -6,0 +6,0 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", |
@@ -481,3 +481,3 @@ "use strict"; | ||
"catch": function (tryLoc) { | ||
"catch": function _catch(tryLoc) { | ||
for (var i = this.tryEntries.length - 1; i >= 0; --i) { | ||
@@ -484,0 +484,0 @@ var entry = this.tryEntries[i]; |
107694