babel-runtime-jsx-plus
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -1,1 +0,1 @@ | ||
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["exports"],n):n((e=e||self)["babel-runtime-jsx-plus"]={})}(this,function(e){"use strict";var t={};e.$slot=function(e){var n=e.$slots,t=e.name,o=function(e,n){if(null==e)return{};var t,o,r={},f=Object.keys(e);for(o=0;o<f.length;o++)t=f[o],0<=n.indexOf(t)||(r[t]=e[t]);return r}(e,["$slots","name"]),r=n[t];return"function"==typeof r?r(o):null},e.createJSXMemo=function(e,n){return t.hasOwnProperty(n)?t[n]:t[n]=e},Object.defineProperty(e,"__esModule",{value:!0})}); | ||
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["exports"],n):n((e=e||self)["babel-runtime-jsx-plus"]={})}(this,function(e){"use strict";var r={};var u={}.hasOwnProperty;e.$slot=function(e){var n=e.$slots,r=e.name,t=function(e,n){if(null==e)return{};var r,t,o={},f=Object.keys(e);for(t=0;t<f.length;t++)r=f[t],0<=n.indexOf(r)||(o[r]=e[r]);return o}(e,["$slots","name"]),o=n[r];return"function"==typeof o?o(t):null},e.classnames=function e(){for(var n=[],r=0;r<arguments.length;r++){var t=arguments[r];if(t){var o=typeof t;if("string"==o||"number"==o)n.push(t);else if(Array.isArray(t)&&t.length){var f=e.apply(null,t);f&&n.push(f)}else if("object"==o)for(var s in t)u.call(t,s)&&t[s]&&n.push(s)}}return n.join(" ")},e.createJSXMemo=function(e,n){return r.hasOwnProperty(n)?r[n]:r[n]=e},Object.defineProperty(e,"__esModule",{value:!0})}); |
{ | ||
"name": "babel-runtime-jsx-plus", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Babel runtime support for jsx plus.", | ||
@@ -5,0 +5,0 @@ "main": "dist/babel-runtime-jsx-plus.umd.js", |
import $slot from './Slot'; | ||
import createJSXMemo from './createJSXMemo'; | ||
import classnames from './classnames'; | ||
export { | ||
createJSXMemo, | ||
classnames, | ||
$slot, | ||
}; |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
4206
8
93
0
7