@vue-jsx-vapor/compiler 2.1.1 → 2.1.2
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.cjs +0 -2
- package/dist/index.js +0 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
@@ -645,7 +645,6 @@ function processDynamicChildren(context) {
|
|
645
645
|
const anchor = prevDynamics[0].anchor = context.increaseId();
|
646
646
|
registerInsertion(prevDynamics, context, anchor);
|
647
647
|
} else {
|
648
|
-
prevDynamics[0].flags -= 2 /* NON_TEMPLATE */;
|
649
648
|
registerInsertion(
|
650
649
|
prevDynamics,
|
651
650
|
context,
|
@@ -664,7 +663,6 @@ function processDynamicChildren(context) {
|
|
664
663
|
}
|
665
664
|
function registerInsertion(dynamics, context, anchor) {
|
666
665
|
for (const child of dynamics) {
|
667
|
-
console.log(child);
|
668
666
|
if (child.template != null) {
|
669
667
|
context.registerOperation({
|
670
668
|
type: 9 /* INSERT_NODE */,
|
package/dist/index.js
CHANGED
@@ -645,7 +645,6 @@ function processDynamicChildren(context) {
|
|
645
645
|
const anchor = prevDynamics[0].anchor = context.increaseId();
|
646
646
|
registerInsertion(prevDynamics, context, anchor);
|
647
647
|
} else {
|
648
|
-
prevDynamics[0].flags -= 2 /* NON_TEMPLATE */;
|
649
648
|
registerInsertion(
|
650
649
|
prevDynamics,
|
651
650
|
context,
|
@@ -664,7 +663,6 @@ function processDynamicChildren(context) {
|
|
664
663
|
}
|
665
664
|
function registerInsertion(dynamics, context, anchor) {
|
666
665
|
for (const child of dynamics) {
|
667
|
-
console.log(child);
|
668
666
|
if (child.template != null) {
|
669
667
|
context.registerOperation({
|
670
668
|
type: 9 /* INSERT_NODE */,
|