babel-runtime
Advanced tools
Comparing version 4.7.7 to 4.7.8
"use strict"; | ||
exports["default"] = (function () { | ||
function defineProperties(target, rawProps) { | ||
var props = {}; | ||
for (var i = 0; i < rawProps.length; i++) { | ||
var prop = rawProps[i]; | ||
function defineProperties(target, props) { | ||
for (var i = 0; i < props.length; i++) { | ||
var prop = props[i]; | ||
prop.configurable = true; | ||
if (prop.value) prop.writable = true; | ||
props[prop.key] = prop; | ||
Object.defineProperty(target, prop.key, prop); | ||
} | ||
Object.defineProperties(target, props); | ||
} | ||
@@ -16,0 +12,0 @@ |
{ | ||
"name": "babel-runtime", | ||
"description": "babel selfContained runtime", | ||
"version": "4.7.7", | ||
"version": "4.7.8", | ||
"repository": "babel/babel", | ||
@@ -6,0 +6,0 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", |
107688
2938