@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 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 */,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue-jsx-vapor/compiler",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "Vue JSX Vapor Compiler",
5
5
  "type": "module",
6
6
  "keywords": [