babel-plugin-transform-solid-jsx 4.1.3-alpha.0 → 4.1.3-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +4 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -711,6 +711,8 @@ function appendTemplates$1(path, templates) {
|
|
|
711
711
|
path.node.body.unshift(t__namespace.variableDeclaration('var', declarators));
|
|
712
712
|
}
|
|
713
713
|
|
|
714
|
+
/* eslint-disable complexity */
|
|
715
|
+
|
|
714
716
|
function appendToTemplate(template, value) {
|
|
715
717
|
let array;
|
|
716
718
|
if (Array.isArray(value)) {
|
|
@@ -2191,6 +2193,8 @@ const BlockElements = [
|
|
|
2191
2193
|
'ul'
|
|
2192
2194
|
];
|
|
2193
2195
|
|
|
2196
|
+
/* eslint-disable complexity */
|
|
2197
|
+
|
|
2194
2198
|
const alwaysClose = [
|
|
2195
2199
|
'title',
|
|
2196
2200
|
'style',
|
package/package.json
CHANGED