@enact/core
Advanced tools
Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3
@@ -14,3 +14,3 @@ 'use strict'; | ||
* | ||
* @module @enact/core/Accelerator | ||
* @module core/Accelerator | ||
* @public | ||
@@ -17,0 +17,0 @@ */ |
'use strict'; | ||
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; /* eslint-disable react/display-name */ | ||
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; /* eslint-disable enact/display-name */ | ||
@@ -5,0 +5,0 @@ var _react = require('react'); |
@@ -13,11 +13,11 @@ 'use strict'; | ||
sum: function sum(_ref) { | ||
var x = _ref.x; | ||
var y = _ref.y; | ||
var z = _ref.z; | ||
var x = _ref.x, | ||
y = _ref.y, | ||
z = _ref.z; | ||
return x + y + z; | ||
}, | ||
product: function product(_ref2) { | ||
var x = _ref2.x; | ||
var y = _ref2.y; | ||
var z = _ref2.z; | ||
var x = _ref2.x, | ||
y = _ref2.y, | ||
z = _ref2.z; | ||
return x * y * z; | ||
@@ -116,15 +116,15 @@ } | ||
sum: function sum(_ref5) { | ||
var x = _ref5.x; | ||
var y = _ref5.y; | ||
var z = _ref5.z; | ||
var x = _ref5.x, | ||
y = _ref5.y, | ||
z = _ref5.z; | ||
return x + y + z; | ||
}, | ||
product: function product(_ref6) { | ||
var sum = _ref6.sum; | ||
var x = _ref6.x; | ||
var sum = _ref6.sum, | ||
x = _ref6.x; | ||
return sum * x; | ||
}, | ||
result: function result(_ref7) { | ||
var product = _ref7.product; | ||
var label = _ref7.label; | ||
var product = _ref7.product, | ||
label = _ref7.label; | ||
return label + ': ' + product; | ||
@@ -153,10 +153,10 @@ } | ||
product: function product(_ref8) { | ||
var sum = _ref8.sum; | ||
var x = _ref8.x; | ||
var sum = _ref8.sum, | ||
x = _ref8.x; | ||
return sum * x; | ||
}, | ||
sum: function sum(_ref9) { | ||
var x = _ref9.x; | ||
var y = _ref9.y; | ||
var z = _ref9.z; | ||
var x = _ref9.x, | ||
y = _ref9.y, | ||
z = _ref9.z; | ||
return x + y + z; | ||
@@ -163,0 +163,0 @@ } |
@@ -40,7 +40,6 @@ 'use strict'; | ||
render: function render(_ref2) { | ||
var label = _ref2.label; | ||
var value = _ref2.value; | ||
var label = _ref2.label, | ||
value = _ref2.value, | ||
rest = _objectWithoutProperties(_ref2, ['label', 'value']); | ||
var rest = _objectWithoutProperties(_ref2, ['label', 'value']); | ||
delete rest.prop; | ||
@@ -47,0 +46,0 @@ return _react2.default.createElement( |
{ | ||
"name": "@enact/core", | ||
"version": "1.0.0-alpha.2", | ||
"version": "1.0.0-alpha.3", | ||
"description": "Enact is an open source JavaScript framework containing everything you need to create a fast, scalable mobile or web application.", | ||
@@ -28,3 +28,3 @@ "main": "index.js", | ||
"eslintConfig": { | ||
"extends": "enact-internal" | ||
"extends": "enact/strict" | ||
}, | ||
@@ -31,0 +31,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
76381
44
2133