@rescript/std
Advanced tools
Comparing version 11.0.0-rc.3 to 11.0.0-rc.4
@@ -56,2 +56,6 @@ | ||
var $$File; | ||
var $$Blob; | ||
var $$Option; | ||
@@ -102,2 +106,4 @@ | ||
Bigint , | ||
$$File , | ||
$$Blob , | ||
$$Option , | ||
@@ -104,0 +110,0 @@ Result , |
@@ -7,5 +7,5 @@ | ||
function createElementWithKey(key, component, props) { | ||
return React.createElement(component, key !== undefined ? Object.assign({}, props, { | ||
return React.createElement(component, key !== undefined ? Object.assign({ | ||
key: key | ||
}) : props); | ||
}, props) : props); | ||
} | ||
@@ -16,5 +16,5 @@ | ||
component, | ||
key !== undefined ? Object.assign({}, props, { | ||
key !== undefined ? Object.assign({ | ||
key: key | ||
}) : props, | ||
}, props) : props, | ||
elements | ||
@@ -21,0 +21,0 @@ ]); |
@@ -7,5 +7,5 @@ | ||
function createElementWithKey(key, component, props) { | ||
return React.createElement(component, key !== undefined ? Object.assign({}, props, { | ||
return React.createElement(component, key !== undefined ? Object.assign({ | ||
key: key | ||
}) : props); | ||
}, props) : props); | ||
} | ||
@@ -16,5 +16,5 @@ | ||
component, | ||
key !== undefined ? Object.assign({}, props, { | ||
key !== undefined ? Object.assign({ | ||
key: key | ||
}) : props, | ||
}, props) : props, | ||
elements | ||
@@ -21,0 +21,0 @@ ]); |
@@ -56,2 +56,6 @@ 'use strict'; | ||
var $$File; | ||
var $$Blob; | ||
var $$Option; | ||
@@ -101,2 +105,4 @@ | ||
exports.Bigint = Bigint; | ||
exports.$$File = $$File; | ||
exports.$$Blob = $$Blob; | ||
exports.$$Option = $$Option; | ||
@@ -103,0 +109,0 @@ exports.Result = Result; |
@@ -7,5 +7,5 @@ 'use strict'; | ||
function createElementWithKey(key, component, props) { | ||
return React.createElement(component, key !== undefined ? Object.assign({}, props, { | ||
return React.createElement(component, key !== undefined ? Object.assign({ | ||
key: key | ||
}) : props); | ||
}, props) : props); | ||
} | ||
@@ -16,5 +16,5 @@ | ||
component, | ||
key !== undefined ? Object.assign({}, props, { | ||
key !== undefined ? Object.assign({ | ||
key: key | ||
}) : props, | ||
}, props) : props, | ||
elements | ||
@@ -21,0 +21,0 @@ ]); |
@@ -7,5 +7,5 @@ 'use strict'; | ||
function createElementWithKey(key, component, props) { | ||
return React.createElement(component, key !== undefined ? Object.assign({}, props, { | ||
return React.createElement(component, key !== undefined ? Object.assign({ | ||
key: key | ||
}) : props); | ||
}, props) : props); | ||
} | ||
@@ -16,5 +16,5 @@ | ||
component, | ||
key !== undefined ? Object.assign({}, props, { | ||
key !== undefined ? Object.assign({ | ||
key: key | ||
}) : props, | ||
}, props) : props, | ||
elements | ||
@@ -21,0 +21,0 @@ ]); |
{ | ||
"name": "@rescript/std", | ||
"version": "11.0.0-rc.3", | ||
"version": "11.0.0-rc.4", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "rescript", |
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
1839923
330
77399